Code

More speed optimizations
[gosa.git] / plugins / admin / systems / class_componentGeneric.inc
index 7d1e3fe86572a3603b9c44076cf66c70a631bfc3..46821aa95044e6709bc290495296cde06db62f4c 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"){