summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd9d8ae)
raw | patch | inline | side by side (parent: bd9d8ae)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Apr 2008 15:03:36 +0000 (15:03 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-core/include/functions_helpviewer.inc b/gosa-core/include/functions_helpviewer.inc
index a44a06d0d2caf8bfcc6e2dbc4e7a111b7d95632a..947489171cfa35dc3889781058b96a1d6ddb2d83 100644 (file)
{
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);