Code

Added support for general check hooks
[gosa.git] / plugins / admin / fai / class_faiVariable.inc
index baa760623810ce89323f695b221bcc1f95f318e8..81a411dc725e6aa5dcf3bbf469b3833b88abcb20 100644 (file)
@@ -265,7 +265,9 @@ class faiVariable extends plugin
   /* Check supplied data */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
+
     return ($message);
   }