From: hickert Date: Thu, 3 Jan 2008 13:25:54 +0000 (+0000) Subject: Fixed helpviewer X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c597393196f79859405a5054e52f9caefa829aee;p=gosa.git Fixed helpviewer git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8193 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions_helpviewer.inc b/gosa-core/include/functions_helpviewer.inc index ab9b3a1d7..c04b8ac95 100644 --- a/gosa-core/include/functions_helpviewer.inc +++ b/gosa-core/include/functions_helpviewer.inc @@ -61,7 +61,7 @@ function genIndex() { global $helpobject; $str = ""; - $test = new pluglist($_SESSION['config'],NULL); + $test = new pluglist($_SESSION['config'],get_userinfo()); $current_hl = ""; foreach($_SESSION['helpobject']['helpconf'] as $id => $attrs){ $path = $test -> get_path($id);