From bd9d8ae40ea9990104280d1ebbbb8d53c566ff1b Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 3 Apr 2008 14:59:49 +0000 Subject: [PATCH] Fixed helpviewer - thanks to jan git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10174 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/helpviewer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- 2.30.2