Merge pull request #2336 from heper/patch-1

This commit is contained in:
Renato Botelho 2015-12-30 09:55:42 -02:00
commit d4a3fed89b

View File

@ -952,7 +952,7 @@ if ($_POST['apply']) {
$input_errors[] = gettext("PPP Password and confirmed password must match!");
}
if ($_POST['pppoe_password'] != $_POST['ppoep_password_confirm']) {
if ($_POST['pppoe_password'] != $_POST['pppoe_password_confirm']) {
$input_errors[] = gettext("PPPoE Password and confirmed password must match!");
}