Code

fixed problem with klicking apply more than once
[gosa.git] / plugins / admin / systems / class_glpiPrinterCartridges.inc
index 4f31fdfa57fbfe12c3782ff252cb46e2db235d09..708da0f4f24faaa6f93fd12bdd9ef7da39ee5051 100644 (file)
@@ -279,7 +279,9 @@ class glpiPrinterCartridges extends plugin
    */
   function check($attr)
   {
-    $message = array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
+
     return($message);
   }