diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-30 15:17:08 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-10-30 15:17:08 -0700 |
commit | a95306643e5678a7c2b16836d39a5243ea0bbf4c (patch) | |
tree | 699c802370227b4961dd7b6bfe953d4191f8f570 /phpBB/config | |
parent | a9524d6e08d67a1388412f87a69abeec8a0585c6 (diff) | |
download | forums-a95306643e5678a7c2b16836d39a5243ea0bbf4c.tar forums-a95306643e5678a7c2b16836d39a5243ea0bbf4c.tar.gz forums-a95306643e5678a7c2b16836d39a5243ea0bbf4c.tar.bz2 forums-a95306643e5678a7c2b16836d39a5243ea0bbf4c.tar.xz forums-a95306643e5678a7c2b16836d39a5243ea0bbf4c.zip |
[ticket/11991] Fix incorrect class name for report_post_closed notification.
PHPBB3-11991
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/notifications.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/notifications.yml b/phpBB/config/notifications.yml index 6fecae2aeb..c43588aa94 100644 --- a/phpBB/config/notifications.yml +++ b/phpBB/config/notifications.yml @@ -266,7 +266,7 @@ services: - { name: notification.type } notification.type.report_post_closed: - class: phpbb\notification\type\report_post + class: phpbb\notification\type\report_post_closed scope: prototype # scope MUST be prototype for this to work! arguments: - @user_loader |