Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_componentGeneric.inc
index a6d93bb19da55c382f71a951f75871186f52e5c4..c11888fe8ec289a6ff0f87c6f46ffaee17d8f8bd 100644 (file)
@@ -22,9 +22,9 @@ class componentGeneric extends plugin
   var $objectclasses= array("top", "device", "ipHost", "ieee802Device");
   var $netConfigDNS;
 
-  function componentgeneric ($config, $dn= NULL)
+  function componentgeneric ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
 
     /* Set base */
     if ($this->dn == "new"){