From 548357e14c1b8e05759609d130f02acfd0647539 Mon Sep 17 00:00:00 2001 From: Mark Shaw Date: Wed, 25 May 2016 18:28:07 -0400 Subject: [PATCH] [ticket/14648] Remove whitespace at the end of a line PHPBB3-14648 --- phpBB/phpbb/notification/type/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/notification/type/base.php b/phpBB/phpbb/notification/type/base.php index 8f05cfc80b..77ed7f2b09 100644 --- a/phpBB/phpbb/notification/type/base.php +++ b/phpBB/phpbb/notification/type/base.php @@ -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; }