diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:14:39 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 03:14:39 +0200 |
commit | 09cfa01d589ead86cf811e27b52167539e0478ec (patch) | |
tree | 8499d90aa8cd98f891fa9cc79a80c5a7a0a30018 /phpBB/config | |
parent | 2472271bc0cd7c15c77783c86ccaac643ab1756a (diff) | |
download | forums-09cfa01d589ead86cf811e27b52167539e0478ec.tar forums-09cfa01d589ead86cf811e27b52167539e0478ec.tar.gz forums-09cfa01d589ead86cf811e27b52167539e0478ec.tar.bz2 forums-09cfa01d589ead86cf811e27b52167539e0478ec.tar.xz forums-09cfa01d589ead86cf811e27b52167539e0478ec.zip |
[ticket/11700] Fix installation after develop merge
PHPBB3-11700
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/notifications.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/notifications.yml b/phpBB/config/notifications.yml index 87a619661c..6fecae2aeb 100644 --- a/phpBB/config/notifications.yml +++ b/phpBB/config/notifications.yml @@ -104,7 +104,7 @@ services: - { name: notification.type } notification.type.group_request: - class: phpbb_notification_type_group_request + class: phpbb\notification\type\group_request scope: prototype # scope MUST be prototype for this to work! arguments: - @user_loader @@ -122,7 +122,7 @@ services: - { name: notification.type } notification.type.group_request_approved: - class: phpbb_notification_type_group_request_approved + class: phpbb\notification\type\group_request_approved scope: prototype # scope MUST be prototype for this to work! arguments: - @user_loader |