Update main.inc.php

break ;)
This commit is contained in:
wdammak 2019-02-12 19:56:55 +01:00 committed by GitHub
parent f1ffae3ac5
commit 32c48f0fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,6 +430,7 @@ if(is_array($modulepart) && count($modulepart)>0)
if(in_array($module, $modulepart))
{
$conf->modulepart = $module;
break;
}
}
}