summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index bd26d10..2699d37 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -146,7 +146,7 @@ if ($_POST) {
write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted."));
- if ($_POST['Submit'] == gettext("Save & Force Update")) {
+ if ($_POST['force']) {
$retval = services_dnsupdate_process("", $rfc2136['host'], true);
} else {
$retval = services_dnsupdate_process();
OpenPOWER on IntegriCloud