Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Butterflys Away <[email protected]>
  • Loading branch information
Butterflysaway committed Aug 6, 2020
1 parent 400729c commit fb8b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Reminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ function SecretAnswer2()

// Invalid?
if ($passwordError != null)
if($passwordError == 'short')
if ($passwordError == 'short')
fatal_lang_error('profile_error_password_' . $passwordError, false, array(empty($modSettings['password_strength']) ? 4 : 8));
else
fatal_lang_error('profile_error_password_' . $passwordError, false);
Expand Down

0 comments on commit fb8b267

Please sign in to comment.