From dec79fba93f5926654ad426f878699837230deac Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 09:03:59 +0000 Subject: [PATCH] Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16432 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../dhcp/admin/systems/services/dhcp/class_dhcpAdvanced.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpAdvanced.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpAdvanced.inc index 1f40f9a6e..76bd53790 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpAdvanced.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpAdvanced.inc @@ -42,7 +42,9 @@ class dhcpAdvanced extends plugin function execute() { - $acl_writeable = preg_match("/w/",$this->parent->getacl("")); + plugin::execute(); + + $acl_writeable = preg_match("/w/",$this->parent->getacl("")); /* Check for interaction */ if ($acl_writeable && isset($_POST['add_statement']) && $_POST['addstatement'] != ""){ -- 2.30.2