diff --git a/setup/moduleinstaller.class.inc.php b/setup/moduleinstaller.class.inc.php index e7c5337be..3880ae40b 100644 --- a/setup/moduleinstaller.class.inc.php +++ b/setup/moduleinstaller.class.inc.php @@ -147,6 +147,12 @@ abstract class ModuleInstallerAPI { $aCurrentValues = explode("','", $aMatches[1]); } + else + { + // not an enum currently : return ! + // we could update values, but a clear error message will be displayed when altering the column + return; + } } if (!in_array($sFrom, $aNewValues)) {