Code

Added support for general check hooks
[gosa.git] / plugins / admin / fai / class_faiPackageEntry.inc
index 2d1d52e17d84fb2aa41857ea4f74203b62a924be..a8c78aeb39310843101f8bf0606c40f84ca6aab6 100644 (file)
@@ -181,7 +181,9 @@ $CHKS = "<input type='hidden' value='chkchange' name='chkchange'><table summary=
   /* Check supplied data */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
+        
     return ($message);
   }