Code

Added support for general check hooks
[gosa.git] / plugins / admin / systems / class_workstationService.inc
index 2359b8566cb8eaebaf6738b4d9e7bc1e154c9dce..ffbb2cbce859f11c220dcc23a1fff68b0f4c30dc 100644 (file)
@@ -250,7 +250,8 @@ class workservice extends plugin
   /* Check supplied data */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     /* Default entries can use blank hsync/vsync entries */
     if ($this->dn != "" && $this->cn != "default" && $this->cn != "wdefault"){