r10565 fixed typo

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10566 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-04-17 09:58:19 +00:00
parent 22f700e8ac
commit 704d372857

View file

@ -714,7 +714,7 @@
// False if no password in entered
if(!$password_text) return false;
$isSha1 = ($useSha1 && function_exists('sha1'));
$isSha1 = ($this->useSha1 && function_exists('sha1'));
// Return true if the user input is equal to md5 hash value
if($hashed_password == md5($password_text)){