diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-10-29 14:46:02 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-10-29 14:46:02 +0100 |
commit | 257f5f8b24b34f6e37144a59d4a2cabf665f5fc8 (patch) | |
tree | 1a1c8bfa2b254be0281a941208d02409f8672626 /phpBB/config | |
parent | 5f85f19a5ea9f89a869c9fcb6391e48faa5cbd0c (diff) | |
parent | 28cc98a7ac69f5670ccb2746f8e4158681aa7926 (diff) | |
download | forums-257f5f8b24b34f6e37144a59d4a2cabf665f5fc8.tar forums-257f5f8b24b34f6e37144a59d4a2cabf665f5fc8.tar.gz forums-257f5f8b24b34f6e37144a59d4a2cabf665f5fc8.tar.bz2 forums-257f5f8b24b34f6e37144a59d4a2cabf665f5fc8.tar.xz forums-257f5f8b24b34f6e37144a59d4a2cabf665f5fc8.zip |
Merge pull request #3971 from VSEphpbb/ticket/14237
[ticket/14237] Use $language class for notifications
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_notification.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_notification.yml b/phpBB/config/default/container/services_notification.yml index c842656575..7337dd7904 100644 --- a/phpBB/config/default/container/services_notification.yml +++ b/phpBB/config/default/container/services_notification.yml @@ -9,6 +9,7 @@ services: - @dispatcher - @dbal.conn - @cache + - @language - @user - %tables.notification_types% - %tables.user_notifications% @@ -26,6 +27,7 @@ services: abstract: true arguments: - @dbal.conn + - @language - @user - @auth - %core.root_path% |