diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-09 21:50:34 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-13 22:41:14 +0200 |
commit | c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9 (patch) | |
tree | 2f2cf42cfca10b7d6f0bfe755eb67b2cadb484a9 /phpBB/phpbb/notification | |
parent | fc34057f288c6b8c656a0ed1ac2cb5a86f86206d (diff) | |
download | forums-c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9.tar forums-c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9.tar.gz forums-c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9.tar.bz2 forums-c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9.tar.xz forums-c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9.zip |
[ticket/11444] Fix services definition
PHPBB3-11444
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r-- | phpBB/phpbb/notification/type/bookmark.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/notification/type/bookmark.php b/phpBB/phpbb/notification/type/bookmark.php index 59423ca248..5b3fc3a1f2 100644 --- a/phpBB/phpbb/notification/type/bookmark.php +++ b/phpBB/phpbb/notification/type/bookmark.php @@ -48,14 +48,6 @@ class bookmark extends \phpbb\notification\type\post 'group' => 'NOTIFICATION_GROUP_POSTING', ); - /** @var \phpbb\config\config */ - protected $config; - - public function set_config(\phpbb\config\config $config) - { - $this->config = $config; - } - /** * Is available */ |