Code

Updated plugin "valid bases" detection, don't warn user about invalid base if the...
[gosa.git] / 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);