aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/post.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-17 12:13:32 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-17 12:13:32 +0200
commit7d4bbeef3fcad3379104007acad86239cb67fb44 (patch)
treeb4c293b01548a6c1ac1735e711a20d78e7592eb3 /phpBB/phpbb/notification/type/post.php
parent3f4abbd5cee8a23ce0ba79981dc6c191f5467d11 (diff)
parent3a5336452ca1481c0826bf3ded4a10989995ec77 (diff)
downloadforums-7d4bbeef3fcad3379104007acad86239cb67fb44.tar
forums-7d4bbeef3fcad3379104007acad86239cb67fb44.tar.gz
forums-7d4bbeef3fcad3379104007acad86239cb67fb44.tar.bz2
forums-7d4bbeef3fcad3379104007acad86239cb67fb44.tar.xz
forums-7d4bbeef3fcad3379104007acad86239cb67fb44.zip
Merge branch '3.1.x'
Conflicts: phpBB/phpbb/notification/type/bookmark.php phpBB/phpbb/notification/type/post.php phpBB/phpbb/notification/type/quote.php
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 f3dd6d531a..b16014ff74 100644
--- a/phpBB/phpbb/notification/type/post.php
+++ b/phpBB/phpbb/notification/type/post.php
@@ -148,7 +148,7 @@ class post extends \phpbb\notification\type\base
// Try to find the users who already have been notified about replies and have not read the topic since and just update their notifications
$notified_users = $this->notification_manager->get_notified_users($this->get_type(), array(
- 'item_parent_id' => self::get_item_parent_id($post),
+ 'item_parent_id' => static::get_item_parent_id($post),
'read' => 0,
));