Code

Updated list handling
[gosa.git] / gosa-core / include / functions_helpviewer.inc
index 1c282794d9f475c0f055ca83a71448273904b09d..13a528d7d7e7df9ef51f8f2ce2e201a49c1d7a48 100644 (file)
@@ -63,9 +63,9 @@ function genIndex()
 {
   global $helpobject;
   $str = "";
-  $helpobject = session::get('helpobject');
+  $helpobject = session::global_get('helpobject');
   $ui= get_userinfo();
-  $test = new pluglist(session::get('config'), $ui);
+  $test = new pluglist(session::global_get('config'), $ui);
   $current_hl = "";
   foreach($helpobject['helpconf'] as $id => $attrs){
     $path = $test -> get_path($id);