mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
create extension configuration after updating an extension
This commit is contained in:
parent
85979e7899
commit
3d9bdb02a0
|
|
@ -591,6 +591,11 @@ $EXT_CONF = '.var_export($EXT_CONF, true).';');
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!$this->createExtensionConf()) {
|
||||
// $this->errmsgs[] = "Cannot update extension configuration";
|
||||
// return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
} /* }}} */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user