Code

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

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

index fe9b8f33f63d7adfc5318399c2797f42aa375420..a4b898d42cccec6ab730b14dec0645b74a5a8c54 100644 (file)
@@ -36,6 +36,7 @@ class dhcpNetwork extends plugin
 
   function execute()
   {
+    plugin::execute();
 
     $acl_writeable = preg_match("/w/",$this->parent->getacl(""));