summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-30 13:58:45 -0300
committerRafael Lucas <rafalucas.unicamp@gmail.com>2010-07-30 13:58:45 -0300
commit4306bb7a89958232cbaa977ac398a1c06d2b4c38 (patch)
tree694172eb0e17c9fdd6ba89fab800863570bfdefe /usr
parent346e620338ca85f30faa894e1e34ebb35fb01dd9 (diff)
downloadpfsense-4306bb7a89958232cbaa977ac398a1c06d2b4c38.zip
pfsense-4306bb7a89958232cbaa977ac398a1c06d2b4c38.tar.gz
Corrections gettext() calls on vpn_pppoe_users_edit.php
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_pppoe_users_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pppoe_users_edit.php b/usr/local/www/vpn_pppoe_users_edit.php
index ad3e6a9..6c15d35 100755
--- a/usr/local/www/vpn_pppoe_users_edit.php
+++ b/usr/local/www/vpn_pppoe_users_edit.php
@@ -76,7 +76,7 @@ if ($_POST) {
$reqdfieldsn = array(gettext("Username"));
} else {
$reqdfields = explode(" ", "username password");
- $reqdfieldsn = array(gettext("Username,Password"));
+ $reqdfieldsn = array(gettext("Username"),gettext("Password"));
}
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
OpenPOWER on IntegriCloud