Fix init
This commit is contained in:
parent
daf32e9f14
commit
47b96e07b7
@ -760,6 +760,7 @@ if ($mode == 'common' || $mode == 'commonkanban') {
|
|||||||
$codetoconfig = '';
|
$codetoconfig = '';
|
||||||
|
|
||||||
// Force disable of module disabled into session (for demo for example)
|
// Force disable of module disabled into session (for demo for example)
|
||||||
|
$disabled_modules = array();
|
||||||
if (in_array($modulenameshort, $disabled_modules)) {
|
if (in_array($modulenameshort, $disabled_modules)) {
|
||||||
$objMod->disabled = true;
|
$objMod->disabled = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user