Code

Heimdal stuff not needed. It's too insecure to read m-keys by php.
[gosa.git] / include / sieve / class_sieveManagement.inc
index 90b4b54efc1abed34864ce5db604017247889de5..a300ea2ac5dfc96e0932980e0142067595ef4dea 100644 (file)
@@ -58,7 +58,7 @@ class sieveManagement extends plugin
   /* Initialize the class and load all sieve scripts 
    *  try to parse them and display errors 
    */ 
-  function sieveManagement($config,$dn,$parent,$uattrib)
+  function sieveManagement(&$config,$dn,&$parent,$uattrib)
   {
     /* Check given parameter */
     if(!isset($parent->$uattrib)){
@@ -66,7 +66,7 @@ class sieveManagement extends plugin
     }
 
     $this->uattrib = $uattrib;
-    $this->parent = $parent;
+    $this->parent = &$parent;
     plugin::plugin($config,$dn);
 
     /* Get sieve, if this fail abort class initialization */