Code

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

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

index bef932108f1dd494fdbf34b028042061b8c6a4a0..dd76799a07737efa5e18fde9881cdb69612e84ab 100644 (file)
@@ -83,6 +83,7 @@ class dhcpPlugin extends plugin
 
   function execute()
   {
+    plugin::execute();
     return ("");
   }