Code

Added speed optimizations
[gosa.git] / plugins / gofon / phoneaccount / class_phoneAccount.inc
index ee0aefa6ef0571d9423fd4d388e57a927df87ebc..ace7564f796571c56284555e3b30d727acd8b493 100644 (file)
@@ -42,9 +42,9 @@ class phoneAccount extends plugin
 
   var $uid ="";
 
-  function phoneAccount ($config, $dn= NULL)
+  function phoneAccount ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
 
     /* Set uid, it is used in handle_post_events */    
     if(isset($this->attrs['uid'])){