mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-07 13:49:23 +00:00
fix call of SeedDMS_AccessOperation()
This commit is contained in:
parent
626e521bc7
commit
3bef98756a
|
@ -12,7 +12,7 @@ require_once("inc/inc.ClassUI.php");
|
||||||
|
|
||||||
$tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));
|
$tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));
|
||||||
$view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'user'=>$user));
|
$view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'user'=>$user));
|
||||||
$accessop = new SeedDMS_AccessOperation($dms, null, $user, $settings);
|
$accessop = new SeedDMS_AccessOperation($dms, $user, $settings);
|
||||||
|
|
||||||
if($view) {
|
if($view) {
|
||||||
$view->setParam('fulltextservice', $fulltextservice);
|
$view->setParam('fulltextservice', $fulltextservice);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user