Code

Added support for general check hooks
[gosa.git] / plugins / personal / connectivity / class_pureftpdAccount.inc
index 733428ac7774c77f6aa049e4ecb4b5de06da153e..41dc63e68b1c216cc6e2f97acb51b9d1aac1f430 100644 (file)
@@ -129,7 +129,8 @@ $ldap->modify ($this->attrs);
   /* Check values */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     /* Check for positive integer values */
     if ($this->is_account){