fix calling constructor of SeedDMS_Extension_Mgr

This commit is contained in:
Uwe Steinmann 2015-04-16 08:04:15 +02:00
parent d16559c3d1
commit a73d14e5a4

View File

@ -34,7 +34,7 @@ if(!checkFormKey('extensionmgr')) {
UI::exitError(getMLText("admin_tools"),getMLText("invalid_request_token"));
}
$extMgr = new SeedDMS_Extension_Mgr($db, $settings->_rootDir."/ext", $settings->_cacheDir);
$extMgr = new SeedDMS_Extension_Mgr($settings->_rootDir."/ext", $settings->_cacheDir);
$extconffile = $extMgr->getExtensionsConfFile();
$extMgr->createExtensionConf();