mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
pass extension name to view
This commit is contained in:
parent
c2d8b383c3
commit
692318dcc1
|
@ -42,6 +42,7 @@ if($view) {
|
|||
$view->setParam('settings', $settings);
|
||||
$view->setParam('extmgr', $extMgr);
|
||||
$view->setParam('currenttab', (isset($_REQUEST['currenttab']) ? $_REQUEST['currenttab'] : ''));
|
||||
$view->setParam('extname', (isset($_REQUEST['extensionname']) ? $_REQUEST['extensionname'] : ''));
|
||||
$view->setParam('allusers', $users);
|
||||
$view->setParam('allgroups', $groups);
|
||||
$view->setParam('accessobject', $accessop);
|
||||
|
|
Loading…
Reference in New Issue
Block a user