From 318726075a44aaab51e42488d07e3077d9a20bd3 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 16 May 2016 08:01:32 +0200 Subject: Correct force updates when chosen. Ticket #6359 --- src/usr/local/www/services_rfc2136_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.1