mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 22:47:19 +00:00
set accessobject for view
This commit is contained in:
parent
a3e0f6eb7d
commit
64470891ba
|
@ -33,6 +33,7 @@ if (!$accessop->check_view_access($view, $_GET)) {
|
|||
|
||||
if($view) {
|
||||
$view->setParam('dropfolderdir', $settings->_dropFolderDir);
|
||||
$view->setParam('accessobject', $accessop);
|
||||
$view($_GET);
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user