Code

Fixed helpviewer
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Jan 2008 13:25:54 +0000 (13:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Jan 2008 13:25:54 +0000 (13:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8193 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions_helpviewer.inc

index ab9b3a1d7c8a87cfe72d586f8cb4854c269e88ac..c04b8ac95a2209648296752c10c715715d86d01f 100644 (file)
@@ -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);