Code

Added support for general check hooks
[gosa.git] / plugins / gofax / faxaccount / class_gofaxAccount.inc
index e8275500172ae60d7a2e41e0230253ca09a23484..feec09343a0fbd1d4a7326f0d538aa39743b4a3f 100644 (file)
@@ -631,8 +631,8 @@ $ldap->modify ($this->attrs);
   /* Check formular input */
   function check()
   {
-    /* Reset message array */
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     /* must: facsimileTelephoneNumber */
     if ($this->facsimileTelephoneNumber == ""){