Code

Updated helpviewer
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 15:03:36 +0000 (15:03 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 15:03:36 +0000 (15:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10175 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions_helpviewer.inc

index a44a06d0d2caf8bfcc6e2dbc4e7a111b7d95632a..947489171cfa35dc3889781058b96a1d6ddb2d83 100644 (file)
@@ -63,9 +63,9 @@ function genIndex()
 {
   global $helpobject;
   $str = "";
-  $config = session::get('config');
   $helpobject = session::get('helpobject');
-  $test = new pluglist($config,get_userinfo());
+  $ui= get_userinfo();
+  $test = new pluglist(session::get('config'), $ui);
   $current_hl = "";
   foreach($helpobject['helpconf'] as $id => $attrs){
     $path = $test -> get_path($id);