1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 13:35:13 +02:00

Merge remote-tracking branch 'prototech/ticket/11991' into develop

* prototech/ticket/11991:
  [ticket/11991] Fix incorrect class name for report_post_closed notification.
This commit is contained in:
Andreas Fischer 2013-10-31 00:44:48 +01:00
commit f11b7a7828

View File

@ -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