Code

Added support for general check hooks
[gosa.git] / plugins / gofax / blocklists / class_blocklistManagement.inc
index 0e470ae16803bf77d1c82054e0d2d96e8f12ba21..0730ce6cd3a944e392e83c04fae4c7f3b92ea163 100644 (file)
@@ -530,7 +530,8 @@ class blocklist extends plugin
   /* Check values */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     /* Permissions for that base? */
     if ($this->base != ""){