mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/14648] Remove whitespace at the end of a line
PHPBB3-14648
This commit is contained in:
@@ -487,7 +487,7 @@ abstract class base implements \phpbb\notification\type\type_interface
|
|||||||
|
|
||||||
foreach ($user_ids as $user_id)
|
foreach ($user_ids as $user_id)
|
||||||
{
|
{
|
||||||
if (isset($options['ignore_users'][$user_id]))
|
if (isset($options['ignore_users'][$user_id]))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user