diff --git a/views/bootstrap/class.ExtensionMgr.php b/views/bootstrap/class.ExtensionMgr.php index 7d615d5f2..e1c5a717d 100644 --- a/views/bootstrap/class.ExtensionMgr.php +++ b/views/bootstrap/class.ExtensionMgr.php @@ -242,7 +242,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { $httproot = $this->params['httproot']; $extmgr = $this->params['extmgr']; $extdir = $this->params['extdir']; - $extconf = $extmgr->getExtensionConfiguration(); + $extconfall = $extmgr->getExtensionConfiguration(); echo "\n"; print "\n\n"; @@ -251,7 +251,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { print "\n"; print "\n"; print "\n"; - foreach($extconf as $extname=>$extconf) { + foreach($extconfall as $extname=>$extconf) { $check = $extmgr->checkExtensionByDir($extname); $class = ""; if(!$settings->extensionIsDisabled($extname)) {
".getMLText('version')."