Skip to content

Commit

Permalink
fixed referring to an undeclared constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
sohgo committed Nov 14, 2018
1 parent c46fe0c commit dd993a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/modules/user/kernel/LegacypageFunctions.class.php
Expand Up @@ -268,7 +268,7 @@ public static function checkLogin(&$xoopsUser)
$user->set('pass', User_Utils::encryptPassword($pass), true);
if (!$handler->insert($user, true)) {
// set $passwordNeedsRehash
self::$passwordNeedsRehash = ture;
self::$passwordNeedsRehash = true;
}
}

Expand Down

0 comments on commit dd993a7

Please sign in to comment.