Code

Password is must too
[gosa.git] / plugins / admin / systems / class_servDHCP.inc
index 72fd0825197689ebb6f78cbb9388637c23ac4303..8d468f948641e4c4d327ef79e33f9df9ae7019c2 100644 (file)
@@ -19,6 +19,9 @@ class servdhcp extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
@@ -58,8 +61,9 @@ class servdhcp extends plugin
   /* Check supplied data */
   function check()
   {
-    $message= array();
-
+    /* Call common method to give check the hook */
+    $message= plugin::check();
+    
     return ($message);
   }