mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +00:00
set accessobject in view
This commit is contained in:
parent
4590a14de1
commit
5912354f09
|
@ -38,6 +38,7 @@ if(!trim($settings->_encryptionKey))
|
|||
if($view) {
|
||||
$view->setParam('settings', $settings);
|
||||
$view->setParam('currenttab', (isset($_REQUEST['currenttab']) ? $_REQUEST['currenttab'] : ''));
|
||||
$view->setParam('accessobject', $accessop);
|
||||
$view($_GET);
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user