mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
$extMgr is no called $extMgr
This commit is contained in:
parent
767235f0f5
commit
de1a87380b
|
|
@ -49,7 +49,7 @@ if($view) {
|
|||
$view->setParam('extdir', $settings->_rootDir."/ext");
|
||||
$view->setParam('version', $v);
|
||||
$view->setParam('accessobject', $accessop);
|
||||
$view->setParam('extmgr', $extMgr);
|
||||
$view->setParam('extmgr', $extmgr);
|
||||
$view->setParam('currenttab', $currenttab);
|
||||
$view->setParam('extname', $extname);
|
||||
$view($_GET);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user