mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix deleting cached extension file
add missing parameter to constructor of extension mgr
This commit is contained in:
parent
f793ee8a28
commit
77e976cb7a
|
@ -33,7 +33,7 @@ if(!checkFormKey('extensionmgr')) {
|
|||
UI::exitError(getMLText("admin_tools"),getMLText("invalid_request_token"));
|
||||
}
|
||||
|
||||
$extMgr = new SeedDMS_Extension_Mgr($settings->_rootDir."/ext", $settings->_cacheDir);
|
||||
$extMgr = new SeedDMS_Extension_Mgr($db, $settings->_rootDir."/ext", $settings->_cacheDir);
|
||||
$extconffile = $extMgr->getExtensionsConfFile();
|
||||
$extMgr->createExtensionConf();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user