diff options
author | mrgoldy <gijsmartens1@gmail.com> | 2018-12-10 00:10:27 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-25 20:39:04 +0200 |
commit | 133dfd0a84ce258fadab5f48de45684869b14800 (patch) | |
tree | cb9acf47f24f975850ede6c9941a41524c201627 /phpBB/config | |
parent | eee00652e7b608967a2ec5ee8fd165c2760be145 (diff) | |
download | forums-133dfd0a84ce258fadab5f48de45684869b14800.tar forums-133dfd0a84ce258fadab5f48de45684869b14800.tar.gz forums-133dfd0a84ce258fadab5f48de45684869b14800.tar.bz2 forums-133dfd0a84ce258fadab5f48de45684869b14800.tar.xz forums-133dfd0a84ce258fadab5f48de45684869b14800.zip |
[ticket/15905] Try it without auth
PHPBB3-15905
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_twig.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_twig.yml b/phpBB/config/default/container/services_twig.yml index 367886804c..6f70155295 100644 --- a/phpBB/config/default/container/services_twig.yml +++ b/phpBB/config/default/container/services_twig.yml @@ -37,7 +37,6 @@ services: template.twig.extensions.phpbb: class: phpbb\template\twig\extension arguments: - - '@auth' - '@template_context' - '@template.twig.environment' - '@language' |