Code

Added a first set of reference changes - nearly untested
[gosa.git] / plugins / addons / ldapmanager / class_exportxls.inc
index 10100dadbd97230faec59bc5bfae5b3a399f2998..3331cbacd10c5c30d5ac0d2899178953f16a9162 100644 (file)
@@ -14,10 +14,10 @@ class xlsexport extends plugin
   var $ui;
   var $view_logged = FALSE;
 
-  function xlsexport ($config, $dn= NULL)
+  function xlsexport (&$config, $dn= NULL)
   {
     /* Include config object */
-    $this->config= $config;
+    $this->config= &$config;
 
     $this->ui = get_userinfo();
   }