diff options
author | Mark Shaw <mark.shaw@mail.utoronto.ca> | 2016-05-25 18:28:07 -0400 |
---|---|---|
committer | Mark Shaw <mark.shaw@mail.utoronto.ca> | 2016-05-25 18:28:07 -0400 |
commit | 548357e14c1b8e05759609d130f02acfd0647539 (patch) | |
tree | 7be305ac18ff70134e201bdd55888d571c3bf3a5 /phpBB/phpbb/notification | |
parent | 25769935641aabee4e11141faf45a0040cb93fb7 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/phpbb/notification/type/base.php | 2 |
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; } |