From 4b993daac824f3e52f8cf1700d37d1b790c48126 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 09:04:08 +0000 Subject: [PATCH] Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16434 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc index 9204e2aa0..99f9af4bd 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNewSectionDialog.inc @@ -37,6 +37,8 @@ class dhcpNewSectionDialog extends plugin function execute() { + plugin::execute(); + /* Fill templating stuff */ $smarty = get_smarty(); $display= ""; -- 2.30.2