diff options
Diffstat (limited to 'include/user.php')
-rw-r--r-- | include/user.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/user.php b/include/user.php index d85dac5..6169495 100644 --- a/include/user.php +++ b/include/user.php @@ -46,6 +46,8 @@ if(myisset('forgot')) if($ok) { + set_language($myid,'uid'); + /* check how many entries in recovery table */ $number = DB_get_number_of_passwords_recovery($myid); |