Code

More speed optimizations
[gosa.git] / plugins / admin / systems / class_glpiPrinterAccount.inc
index ea5a02ef6dad8c7279181bdcf4351a09dda00e71..e44e000bdcb35166616d6cbd5edb83ed6ebf0c9e 100644 (file)
@@ -69,9 +69,9 @@ class glpiPrinterAccount extends plugin
   /* Contructor 
      Sets default values and checks if we already have an existing glpi account
    */
-  function glpiPrinterAccount ($config, $dn= NULL)
+  function glpiPrinterAccount ($config, $dn= NULL, $parent= NULL)
   {
-    plugin::plugin ($config, $dn);
+    plugin::plugin ($config, $dn, $parent);
     $this->ui= get_userinfo();
 
     $this->is_account = false;