Code

Added support for general check hooks
[gosa.git] / plugins / admin / systems / class_glpiPrinterAccount.inc
index abaa32acb67dccdee0244424b772778fc6dd5423..4ee03e31ab7069c4b318b61ca5d43537205b99e1 100644 (file)
@@ -675,7 +675,8 @@ class glpiPrinterAccount extends plugin
   /* Check supplied data */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     //    if($this->TechnicalResponsible == ""){
     //      $message[] = _("Please select a technical responsible person for this entry.");