Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_inventory.inc
index e23eeddd288a3b4a6ee360a489e03587ed08f6d2..c0ec0e685226b1e74e493e3d2f6467b168996cc8 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()