From: cajus Date: Thu, 3 Apr 2008 14:59:49 +0000 (+0000) Subject: Fixed helpviewer - thanks to jan X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd9d8ae40ea9990104280d1ebbbb8d53c566ff1b;p=gosa.git Fixed helpviewer - thanks to jan git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10174 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/helpviewer.php b/gosa-core/html/helpviewer.php index 0be42bbe6..b09ea4cd4 100644 --- a/gosa-core/html/helpviewer.php +++ b/gosa-core/html/helpviewer.php @@ -142,7 +142,8 @@ if(session::is_set('current_class_for_help')){ }elseif(isset($_GET['plug'])){ /* This displays helpfiles depending on the current $_GET[plug] */ - $tmp = new pluglist(session::get('config'),get_userinfo()); + $ui= get_userinfo(); + $tmp = new pluglist(session::get('config'), $ui); $path = $tmp->get_path($_GET['plug']); $helpobject['currentplug'] = $path; $helpobject['file'] = "index.html";