From 2ecaed02c1bb05e3afa069724680fc4c36c8d5bd Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 09:04:04 +0000 Subject: [PATCH] Execute parents execute() method child classes of plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16433 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc index fe9b8f33f..a4b898d42 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc @@ -36,6 +36,7 @@ class dhcpNetwork extends plugin function execute() { + plugin::execute(); $acl_writeable = preg_match("/w/",$this->parent->getacl("")); -- 2.30.2