fix deleting cached extension file

add missing parameter to constructor of extension mgr
This commit is contained in:
Uwe Steinmann 2013-07-23 18:03:32 +02:00
parent f793ee8a28
commit 77e976cb7a

View File

@ -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();