summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1088995)
raw | patch | inline | side by side (parent: 1088995)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Jan 2008 13:25:54 +0000 (13:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Jan 2008 13:25:54 +0000 (13:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8193 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 ab9b3a1d7c8a87cfe72d586f8cb4854c269e88ac..c04b8ac95a2209648296752c10c715715d86d01f 100644 (file)
{
global $helpobject;
$str = "";
- $test = new pluglist($_SESSION['config'],NULL);
+ $test = new pluglist($_SESSION['config'],get_userinfo());
$current_hl = "";
foreach($_SESSION['helpobject']['helpconf'] as $id => $attrs){
$path = $test -> get_path($id);