diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-07-31 11:11:25 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-07-31 11:11:25 -0700 |
commit | 20587314b0587d68f5e18e442a0e2af152c22af2 (patch) | |
tree | bd614fec7b719fa8e53cd8c1e7b1a52b05f031fb /inc/auth.php | |
parent | 96e3411f2e5895f9aa3eff5db58f0ed3e6183471 (diff) | |
parent | 2586f61fa6012e65f30cd5e9004ea4d6dea25238 (diff) | |
download | rpg-20587314b0587d68f5e18e442a0e2af152c22af2.tar.gz rpg-20587314b0587d68f5e18e442a0e2af152c22af2.tar.bz2 |
Merge pull request #246 from splitbrain/profileform_improvements
HTML5isation of some forms
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php index 96b80e19e..a1c92ec80 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -1024,7 +1024,7 @@ function updateprofile() { if($conf['profileconfirm']) { if(!$auth->checkPass($_SERVER['REMOTE_USER'], $INPUT->post->str('oldpass'))) { - msg($lang['badlogin'], -1); + msg($lang['badpassconfirm'], -1); return false; } } |