Code

Fixed undefined ...
[gosa.git] / plugins / admin / systems / class_servDHCP.inc
index e0b4f093c36e8725924f99aa780f01f7771ba837..8d468f948641e4c4d327ef79e33f9df9ae7019c2 100644 (file)
@@ -21,6 +21,7 @@ class servdhcp extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
@@ -60,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);
   }