mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
check if $EXT_CONF is set
This commit is contained in:
parent
cc12a00db9
commit
4a83c561f1
|
@ -108,7 +108,7 @@ class SeedDMS_Extension_Mgr {
|
|||
$this->createExtensionConf();
|
||||
}
|
||||
include($this->getExtensionsConfFile());
|
||||
if($EXT_CONF) {
|
||||
if(!empty($EXT_CONF)) {
|
||||
$this->extconf = $EXT_CONF;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user