Code

Added acls for printer glpi
[gosa.git] / plugins / admin / systems / class_terminalGeneric.inc
index 6fbf1bd8518c0803bd27ea9cb646a0f443e7631f..69a5872fd5e2b2ab5a6222322f157d5f4e920c20 100644 (file)
@@ -56,9 +56,9 @@ class termgeneric extends plugin
                             "sysinfo"         => "sysinfo");
 
 
-  function termgeneric ($config, $dn= NULL)
+  function termgeneric ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
     $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses);
     /* Read arrays */
     foreach (array("ghNetNic", "ghIdeDev", "ghScsiDev") as $val){