summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-01-23 09:20:28 -0500
committerjim-p <jimp@pfsense.org>2017-01-23 09:20:28 -0500
commitd24f8149e5567be22d5085f468cb3f1ec21819eb (patch)
tree4cdcc7d56143dd113bdd50addbfc509531a711bc /src/usr/local
parent34891a27425b5cbf0088171071989a781a2c4b0d (diff)
parentd799b94336d03c4fbf208f5d990028828b7c2f5c (diff)
downloadpfsense-d24f8149e5567be22d5085f468cb3f1ec21819eb.zip
pfsense-d24f8149e5567be22d5085f468cb3f1ec21819eb.tar.gz
Merge pull request #3429 from phil-davis/patch-11
Diffstat (limited to 'src/usr/local')
-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 6010b95..330a5f2 100755
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -509,7 +509,7 @@ if ($_POST['apply']) {
if (is_array($config['ifgroups']['ifgroupentry'])) {
foreach ($config['ifgroups']['ifgroupentry'] as $ifgroupentry) {
if ($ifgroupentry['ifname'] == $_POST['descr']) {
- $input_errors[] = sprintf(gettext("Sorry, an interface group with the name %s already exists."), $wancfg['descr']);
+ $input_errors[] = sprintf(gettext("Sorry, an interface group with the name %s already exists."), $_POST['descr']);
}
}
}
OpenPOWER on IntegriCloud