forked from extern/egroupware
"run \"after_navbar\" hook for all apps, not only the ones the user has rights to"
This commit is contained in:
parent
923c98f079
commit
81e0a77461
@ -245,7 +245,7 @@ class idots_framework extends egw_framework
|
||||
|
||||
// hook after navbar
|
||||
ob_start();
|
||||
$GLOBALS['egw']->hooks->process('after_navbar');
|
||||
$GLOBALS['egw']->hooks->process('after_navbar',null,true);
|
||||
$content .= ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user