From a95306643e5678a7c2b16836d39a5243ea0bbf4c Mon Sep 17 00:00:00 2001 From: Cesar G Date: Wed, 30 Oct 2013 15:17:08 -0700 Subject: [PATCH] [ticket/11991] Fix incorrect class name for report_post_closed notification. PHPBB3-11991 --- phpBB/config/notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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