Code

Updated Image Production.
[gosa.git] / plugins / admin / systems / class_inventory.inc
index be90e46e18e9c544f3b8b3281298630c3ec8bc71..f3f1b3f46b6ac59fd80e66618891172fb9de1e1e 100644 (file)
@@ -12,9 +12,9 @@ class inventory extends plugin
   var $attributes= array();
   var $objectclasses= array("whatever");
 
-  function inventory ($config, $dn= NULL)
+  function inventory ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
   }
 
   function execute()