|
@@ -70,9 +70,7 @@ $dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
|
|
* Actions
|
|
|
*/
|
|
|
|
|
|
-if ((float) DOL_VERSION >= 6) {
|
|
|
- include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php';
|
|
|
-}
|
|
|
+include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php';
|
|
|
|
|
|
if ($action == 'update') {
|
|
|
$max_rank = GETPOST('HRM_MAXRANK', 'int');
|