summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-04-06 17:39:55 +0545
committerGitHub <noreply@github.com>2017-04-06 17:39:55 +0545
commitf3278171b199062279225631903685e608285d3a (patch)
tree275181651a148cab69f0158a8fc93191e4f0c5f1 /src
parent593f052172b0969dfe9e9db755a9a41200e67ab1 (diff)
downloadpfsense-f3278171b199062279225631903685e608285d3a.zip
pfsense-f3278171b199062279225631903685e608285d3a.tar.gz
Fix #7452 save new gateway
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index d47df92..7acec05 100755
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -3377,7 +3377,7 @@ events.push(function() {
}
var url = "system_gateways_edit.php";
- var pars = 'isAjax=true&ipprotocol=inet' + defaultgw + '&interface=' + escape(iface) + '&name=' + escape(name) + '&descr=' + escape(descr) + '&gateway=' + escape(gatewayip);
+ var pars = 'isAjax=true&save=true&ipprotocol=inet' + defaultgw + '&interface=' + escape(iface) + '&name=' + escape(name) + '&descr=' + escape(descr) + '&gateway=' + escape(gatewayip);
$.ajax(
url,
{
OpenPOWER on IntegriCloud