Code

Added support for general check hooks
[gosa.git] / plugins / admin / ogroups / class_mailogroup.inc
index cfed78cf46c0632eb548182fc029335dbf0fac43..f3eacafb0791b3de8e704a6d9134847b36c1e16c 100644 (file)
@@ -60,7 +60,8 @@ class mailogroup extends plugin
   /* Check formular input */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     if ($this->is_account){
       $ldap= $this->config->get_ldap_link();