X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Ffunctions_helpviewer.inc;h=947489171cfa35dc3889781058b96a1d6ddb2d83;hb=20fa1b140631329a55646ba69936ddfa41d3fd0b;hp=a44a06d0d2caf8bfcc6e2dbc4e7a111b7d95632a;hpb=f7bd29eeb2f192eaa659b0cb7799506f4c1abf68;p=gosa.git diff --git a/gosa-core/include/functions_helpviewer.inc b/gosa-core/include/functions_helpviewer.inc index a44a06d0d..947489171 100644 --- a/gosa-core/include/functions_helpviewer.inc +++ b/gosa-core/include/functions_helpviewer.inc @@ -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);