Skip to content

Commit

Permalink
Merge pull request xoopscube#130 from sohgo/xcl/fix_typo1
Browse files Browse the repository at this point in the history
fixed referring to an undeclared constant value
  • Loading branch information
gigamaster committed Jan 29, 2019
2 parents c46fe0c + dd993a7 commit 7de91bd
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 7de91bd

Please sign in to comment.