Code

Added a first set of reference changes - nearly untested
[gosa.git] / plugins / admin / systems / class_servKolab.inc
index 8f3a9c6a5744e9ea3116cac68b9f09909f9504b6..5cefbabe46d71cea5011d2190722aa81658dc159 100644 (file)
@@ -43,7 +43,7 @@ class servkolab extends goService {
   var $DisplayName  = "Kolab mail service";
   var $StatusFlag   = "";
 
-  function servkolab($config, $dn = NULL, $parent= NULL) 
+  function servkolab(&$config, $dn = NULL, $parent= NULL) 
   {
     /* Setting the hostname and tell this Plugin that we are the kolab extension*/
     $this->hostname = preg_replace('/^cn=([^,]+),.*$/', '\1', $dn);