initialize $EXT_CONF to an empty array()

This commit is contained in:
Uwe Steinmann 2015-04-07 06:44:15 +02:00
parent 9b5ca19391
commit 986613cf6e

View File

@ -19,6 +19,7 @@ $extconffile = $extMgr->getExtensionsConfFile();
if(!file_exists($extconffile)) {
$extMgr->createExtensionConf();
}
$EXT_CONF = array();
include($extconffile);
foreach($EXT_CONF as $extname=>$extconf) {