"run \"after_navbar\" hook for all apps, not only the ones the user has rights to"

This commit is contained in:
Ralf Becker 2009-04-01 09:34:37 +00:00
parent 923c98f079
commit 81e0a77461

View File

@ -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();