Code

Execute parents execute() method child classes of plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 09:04:08 +0000 (09:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 09:04:08 +0000 (09:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16434 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc

index 9204e2aa0ff0b1f5fde9afe467ae2f3cda7c182c..99f9af4bd04b913440835d974feb2ec25cc732d2 100644 (file)
@@ -37,6 +37,8 @@ class dhcpNewSectionDialog extends plugin
 
   function execute()
   {
+    plugin::execute();
+
     /* Fill templating stuff */
     $smarty = get_smarty();
     $display= "";