Code

Added support for general check hooks
[gosa.git] / plugins / admin / groups / class_groupGeneric.inc
index 4e0cd4d09fe87d98201349c6d1dda44a25a7249c..b52fc2e1fbc9e520dd94edda0cf5a4c77004b087 100644 (file)
@@ -725,7 +725,8 @@ class group extends plugin
 
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     /* Permissions for that base? */
     if ($this->base != ""){