1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

EONE-95 (bug): possible fix - typo in variable name

This commit is contained in:
e107steved 2010-06-03 21:44:45 +00:00
parent 590cf88b4a
commit 6782eff74a

View File

@ -82,7 +82,7 @@ if (e_QUERY)
{
$newpw .= chr(rand(97, 122));
}
list($loginName, $md5) = explode($fpw_sep, $tmp_info);
list($loginName, $md5) = explode($fpw_sep, $tmpinfo);
// $mdnewpw = md5($newpw);
$mdnewpw = $user_info->HashPassword($newpw,$username);