Code

Added support for general check hooks
[gosa.git] / plugins / personal / connectivity / class_proxyAccount.inc
index 1c2596582ec66e285f201a3e98140bc11d387de0..d439a601ea37484af3bf2cbf49d1dbec12b0d649 100644 (file)
@@ -162,7 +162,8 @@ $ldap->modify ($this->attrs);
   /* Check values */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
     
     /* We've got only one value to check for positive integer or emtpy field */
     if ($this->is_account){