[ticket/11343] Remove spare parentheses.

PHPBB3-11343
This commit is contained in:
Andreas Fischer 2013-01-25 19:52:02 +01:00
parent 8421aa0b0e
commit 5a146df07f

View file

@ -51,7 +51,7 @@ class ucp_activate
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');
}