1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00
This commit is contained in:
Cameron
2016-06-10 13:10:45 -07:00
parent 82d1c19c96
commit 5331bc335b

View File

@@ -259,7 +259,7 @@ class UserHandler
{
$type = $this->getHashType($user['user_password']);
if($type == $this->preferred || empty($user['user_id'] || empty($user['user_password']) || empty($user['user_loginname'])))
if($type == $this->preferred || empty($user['user_id']) || empty($user['user_password']) || empty($user['user_loginname']))
{
return false;
}