aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/approve_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/approve_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/approve_post.php')
-rw-r--r--phpBB/phpbb/notification/type/approve_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/approve_post.php b/phpBB/phpbb/notification/type/approve_post.php
index 9666647bd8..e4b111e4da 100644
--- a/phpBB/phpbb/notification/type/approve_post.php
+++ b/phpBB/phpbb/notification/type/approve_post.php
@@ -82,7 +82,7 @@ class approve_post extends \phpbb\notification\type\post
$users[$post['poster_id']] = $this->notification_manager->get_default_methods();
return $this->get_authorised_recipients(array_keys($users), $post['forum_id'], array_merge($options, array(
- 'item_type' => self::$notification_option['id'],
+ 'item_type' => static::$notification_option['id'],
)));
}