mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-04 00:58:53 +00:00
[ticket/11343] Remove spare space.
PHPBB3-11343
This commit is contained in:
parent
305b2b8f48
commit
8421aa0b0e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class ucp_activate
|
||||||
trigger_error('ALREADY_ACTIVATED');
|
trigger_error('ALREADY_ACTIVATED');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($user_row['user_inactive_reason'] == INACTIVE_MANUAL) || $user_row['user_actkey'] !== $key)
|
if (($user_row['user_inactive_reason'] == INACTIVE_MANUAL) || $user_row['user_actkey'] !== $key)
|
||||||
{
|
{
|
||||||
trigger_error('WRONG_ACTIVATION');
|
trigger_error('WRONG_ACTIVATION');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue