From: hickert Date: Thu, 11 Mar 2010 09:03:59 +0000 (+0000) Subject: Execute parents execute() method child classes of plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dec79fba93f5926654ad426f878699837230deac;p=gosa.git Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16432 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'] != ""){