Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2025-09-10 14:28:20 +02:00
commit 2e93a3345f
2 changed files with 1 additions and 5 deletions

View File

@ -34,9 +34,6 @@ if (!$accessop->check_view_access($view, $_GET)) {
UI::exitError(getMLText("admin_tools"),getMLText("access_denied"));
}
//$reposurl = $settings->_repositoryUrl;
//$extMgr = new SeedDMS_Extension_Mgr($settings->_rootDir."/ext", $settings->_cacheDir, $reposurl);
$v = new SeedDMS_Version;
if(isset($_GET['currenttab']))
$currenttab = $_GET['currenttab'];
@ -55,7 +52,6 @@ if($view) {
$view->setParam('extmgr', $extMgr);
$view->setParam('currenttab', $currenttab);
$view->setParam('extname', $extname);
$view->setParam('reposurl', $reposurl);
$view($_GET);
exit;
}

View File

@ -296,7 +296,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style {
$extmgr = $this->params['extmgr'];
$extconf = $extmgr->getExtensionConfiguration();
$currenttab = $this->params['currenttab'];
$this->htmlStartPage(getMLText("admin_tools"));
$this->globalNavigation();
$this->contentStart();