summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 10:27:52 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 10:27:52 -0300
commitdde169d9ae536bdd023439e41e81fb7ba6787a85 (patch)
tree6f7e433b3b6abc5b95d8f3cf972ad7f91ffd7df2 /usr
parentc3c68a70e28e1dfd366951401a72ee57fc1ba219 (diff)
downloadpfsense-dde169d9ae536bdd023439e41e81fb7ba6787a85.zip
pfsense-dde169d9ae536bdd023439e41e81fb7ba6787a85.tar.gz
Removing unnecessary gettext()
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index 5dd3be9..5d2d0f6 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -87,7 +87,7 @@ if ($_POST) {
$pconfig = $_POST;
/* input validation */
- $reqdfields = explode(" ", gettext("network network_subnet gateway"));
+ $reqdfields = explode(" ", "network network_subnet gateway");
$reqdfieldsn = explode(",", gettext("Destination network,Destination network bit count,Gateway"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
OpenPOWER on IntegriCloud