mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
"using etemplate::$hooked instead of $GLOBALS['egw_info']['etemplate']['hooked']"
This commit is contained in:
parent
486a32e86d
commit
6ef914fbbb
@ -1493,12 +1493,12 @@ class infolog_ui
|
|||||||
|
|
||||||
$GLOBALS['egw']->translation->add_app('infolog');
|
$GLOBALS['egw']->translation->add_app('infolog');
|
||||||
|
|
||||||
$GLOBALS['egw_info']['etemplate']['hooked'] = True;
|
etemplate::$hooked = true;
|
||||||
$this->index(0,$app,$args[$view_id],array(
|
$this->index(0,$app,$args[$view_id],array(
|
||||||
'menuaction' => $view,
|
'menuaction' => $view,
|
||||||
isset($view_id2) ? $view_id2 : $view_id => $args[$view_id]
|
isset($view_id2) ? $view_id2 : $view_id => $args[$view_id]
|
||||||
),True);
|
),True);
|
||||||
unset($GLOBALS['egw_info']['etemplate']['hooked']);
|
etemplate::$hooked = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user