Code

Added a first set of reference changes - nearly untested
[gosa.git] / plugins / addons / logview / class_gosa_logview.inc
index bc81e16ae8c4631d04ecd58aed5f368d929b44d7..6bd5d940fc10ac5fac6287d8134066df14c3146c 100644 (file)
@@ -25,10 +25,10 @@ class gosa_logview extends plugin
   var $view_logged    = FALSE;
 
 
-  function gosa_logview ($config, $dn= NULL)
+  function gosa_logview (&$config, $dn= NULL)
   {
     /* Include config object */
-    $this->config= $config;
+    $this->config= &$config;
     $this->ui = get_userinfo();
 
     /* Restore last filter settings */