Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_servRepository.inc
index 961c49a59b204dd0bd7813c9e0feb612bcf4af7b..b49778d17393c24028ecd8c98d45729196157267 100644 (file)
@@ -28,9 +28,9 @@ class servrepository extends plugin
   var $StatusFlag            = "";
 
 
-  function servrepository ($config, $dn= NULL)
+  function servrepository ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
 
     $this->DisplayName = _("Repository service");