mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
initialize $EXT_CONF to an empty array()
This commit is contained in:
parent
9b5ca19391
commit
986613cf6e
|
@ -19,6 +19,7 @@ $extconffile = $extMgr->getExtensionsConfFile();
|
|||
if(!file_exists($extconffile)) {
|
||||
$extMgr->createExtensionConf();
|
||||
}
|
||||
$EXT_CONF = array();
|
||||
include($extconffile);
|
||||
|
||||
foreach($EXT_CONF as $extname=>$extconf) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user