Code

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