Update setup.php

This commit is contained in:
Laurent Destailleur 2021-11-15 11:58:48 +01:00 committed by GitHub
parent 83cb6b6753
commit 74e30f292c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,11 +123,7 @@ $dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
* Actions
*/
if ((float) DOL_VERSION >= 15) {
if ($action == 'update') {
$formSetup->saveConfFromPost();
}
}
include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php';
if ($action == 'updateMask') {
$maskconstorder = GETPOST('maskconstorder', 'alpha');