aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/post.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-08-09 17:43:28 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-08-09 17:43:28 +0200
commit57d94b7bb42f5dd963156e28ecbb24d32967aa3f (patch)
treec00a491daa40027cc039faf6abd7140bd185bfdd /phpBB/phpbb/notification/type/post.php
parent0de1d65804ef8b68a189703b78381ed2787f6484 (diff)
downloadforums-57d94b7bb42f5dd963156e28ecbb24d32967aa3f.tar
forums-57d94b7bb42f5dd963156e28ecbb24d32967aa3f.tar.gz
forums-57d94b7bb42f5dd963156e28ecbb24d32967aa3f.tar.bz2
forums-57d94b7bb42f5dd963156e28ecbb24d32967aa3f.tar.xz
forums-57d94b7bb42f5dd963156e28ecbb24d32967aa3f.zip
[ticket/12742] Add sort options for notification types requiring sorting
PHPBB3-12742
Diffstat (limited to 'phpBB/phpbb/notification/type/post.php')
-rw-r--r--phpBB/phpbb/notification/type/post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php
index 1bd95bfbf6..1eba4a6a88 100644
--- a/phpBB/phpbb/notification/type/post.php
+++ b/phpBB/phpbb/notification/type/post.php
@@ -123,7 +123,7 @@ class post extends \phpbb\notification\type\base
}
$this->db->sql_freeresult($result);
- $notify_users = $this->get_authorised_recipients($users, $post['forum_id'], $options);
+ $notify_users = $this->get_authorised_recipients($users, $post['forum_id'], $options, true);
if (empty($notify_users))
{