Project

General

Profile

« Previous | Next » 

Revision 417c2438

Added by Jim Pingle about 5 years ago

Match case of button text put through gettext in unbound ACL save. Fixes #10742

(cherry picked from commit 7da6d332599d01b058740d9c8f48642a63c04e6d)

View differences:

src/usr/local/www/services_unbound_acls.php
120 120
	}
121 121

  
122 122
	if (!$input_errors) {
123
		if (strtolower($pconfig['save']) == strtolower(gettext("save"))) {
123
		if (strtolower($pconfig['save']) == strtolower(gettext("Save"))) {
124 124
			$acl_entry = array();
125 125
			$acl_entry['aclid'] = $pconfig['aclid'];
126 126
			$acl_entry['aclname'] = $pconfig['aclname'];

Also available in: Unified diff