Code

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

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

index 1f40f9a6e3d2c28c0a856a10c212fc53c22e6ecf..76bd5379025cb38618b01e3502ca58973b3bfaba 100644 (file)
@@ -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'] != ""){