aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/approve_post.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2015-10-15 02:39:55 -0700
committerCesar G <prototech91@gmail.com>2015-10-15 02:39:55 -0700
commitaaca64e13e271aa77bb9c67056171aac682f0492 (patch)
tree312f3f8807c3d8a4ed1670a51e92dfd384bf2c5f /phpBB/phpbb/notification/type/approve_post.php
parent9de5668b80897d99e3ccf59f49f4202b479e79f8 (diff)
downloadforums-aaca64e13e271aa77bb9c67056171aac682f0492.tar
forums-aaca64e13e271aa77bb9c67056171aac682f0492.tar.gz
forums-aaca64e13e271aa77bb9c67056171aac682f0492.tar.bz2
forums-aaca64e13e271aa77bb9c67056171aac682f0492.tar.xz
forums-aaca64e13e271aa77bb9c67056171aac682f0492.zip
[ticket/13892] Replace other uses of self with static.
PHPBB3-13892
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 a9e635b41a..5760c12166 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']] = array('');
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'],
)));
}