aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/base.php
diff options
context:
space:
mode:
authorMark Shaw <mark.shaw@mail.utoronto.ca>2016-05-25 18:28:07 -0400
committerMark Shaw <mark.shaw@mail.utoronto.ca>2016-05-25 18:28:07 -0400
commit548357e14c1b8e05759609d130f02acfd0647539 (patch)
tree7be305ac18ff70134e201bdd55888d571c3bf3a5 /phpBB/phpbb/notification/type/base.php
parent25769935641aabee4e11141faf45a0040cb93fb7 (diff)
downloadforums-548357e14c1b8e05759609d130f02acfd0647539.tar
forums-548357e14c1b8e05759609d130f02acfd0647539.tar.gz
forums-548357e14c1b8e05759609d130f02acfd0647539.tar.bz2
forums-548357e14c1b8e05759609d130f02acfd0647539.tar.xz
forums-548357e14c1b8e05759609d130f02acfd0647539.zip
[ticket/14648] Remove whitespace at the end of a line
PHPBB3-14648
Diffstat (limited to 'phpBB/phpbb/notification/type/base.php')
-rw-r--r--phpBB/phpbb/notification/type/base.php2
1 files changed, 1 insertions, 1 deletions
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;
}