mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 18:40:39 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$this->createExtensionConf()) {
|
||||||
|
// $this->errmsgs[] = "Cannot update extension configuration";
|
||||||
|
// return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user