mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-09 10:32:40 +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) {
|
if($view) {
|
||||||
$view->setParam('dropfolderdir', $settings->_dropFolderDir);
|
$view->setParam('dropfolderdir', $settings->_dropFolderDir);
|
||||||
|
$view->setParam('accessobject', $accessop);
|
||||||
$view($_GET);
|
$view($_GET);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user