Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_phoneGeneric.inc
index 88e931528fb9b98d3171bd0d2b2e45c2d7f88d02..2a98149b2c37c476b98104ca4a20dc6d2f196861 100644 (file)
@@ -53,9 +53,9 @@ class phoneGeneric extends plugin
 
   var $objectclasses= array("top", "goFonHardware");
 
-  function phonegeneric ($config, $dn= NULL)
+  function phonegeneric ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
     $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses, true);
 
     /* Set base */