Code

Added support for general check hooks
[gosa.git] / plugins / personal / samba / class_sambaAccount.inc
index 239090344bccb6c8241ec5e18db024f700580f07..177e6836bc89e5a2b25d21218b8c169a62c8969e 100644 (file)
@@ -634,7 +634,8 @@ $ldap->modify ($this->attrs);
   /* Check for input problems */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     if ($this->samba3){