Code

updated tempalte
[gosa.git] / plugins / admin / systems / class_servDHCP.inc
index 72fd0825197689ebb6f78cbb9388637c23ac4303..9f4a6e867c19a278a84431ab82d4fb4b3ad976da 100644 (file)
@@ -19,6 +19,9 @@ class servdhcp extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";