aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMateBartus <mate.bartus@gmail.com>2015-04-29 01:00:13 +0200
committerMateBartus <mate.bartus@gmail.com>2015-05-02 13:37:13 +0200
commit9a99c9e4b10eba614517e335527c332761b473a4 (patch)
treedaff50a159fe60732bd62a983a23da6a891f8c22 /phpBB/config
parent9f1f6f96ceaf0870dabd0cf68c40292682c04aa2 (diff)
downloadforums-9a99c9e4b10eba614517e335527c332761b473a4.tar
forums-9a99c9e4b10eba614517e335527c332761b473a4.tar.gz
forums-9a99c9e4b10eba614517e335527c332761b473a4.tar.bz2
forums-9a99c9e4b10eba614517e335527c332761b473a4.tar.xz
forums-9a99c9e4b10eba614517e335527c332761b473a4.zip
[ticket/13762] Replace user service with lang in twig extension
PHPBB3-13762
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_twig.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_twig.yml b/phpBB/config/default/container/services_twig.yml
index 5d7bf0eff3..6b54311f41 100644
--- a/phpBB/config/default/container/services_twig.yml
+++ b/phpBB/config/default/container/services_twig.yml
@@ -33,7 +33,7 @@ services:
class: phpbb\template\twig\extension
arguments:
- @template_context
- - @user
+ - @language
tags:
- { name: twig.extension }