summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6eb8d2)
raw | patch | inline | side by side (parent: d6eb8d2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 09:03:59 +0000 (09:03 +0000) | ||
committer | hickert <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 | patch | blob | history |
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 1f40f9a6e3d2c28c0a856a10c212fc53c22e6ecf..76bd5379025cb38618b01e3502ca58973b3bfaba 100644 (file)
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'] != ""){