get settings from view

This commit is contained in:
Uwe Steinmann 2019-12-20 14:17:00 +01:00
parent 16ca3dc96a
commit 3f14dcf4db

View File

@ -135,6 +135,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
function show() { /* {{{ */
$dms = $this->params['dms'];
$user = $this->params['user'];
$settings = $this->params['settings'];
$httproot = $this->params['httproot'];
$extdir = $this->params['extdir'];
$version = $this->params['version'];