1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14648] Remove whitespace at the end of a line

PHPBB3-14648
This commit is contained in:
Mark Shaw
2016-05-25 18:28:07 -04:00
parent 2576993564
commit 548357e14c

View File

@@ -487,7 +487,7 @@ abstract class base implements \phpbb\notification\type\type_interface
foreach ($user_ids as $user_id)
{
if (isset($options['ignore_users'][$user_id]))
if (isset($options['ignore_users'][$user_id]))
{
continue;
}