aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-16 09:50:51 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-16 09:50:51 +0200
commitf3076cf4443b2cc5d663cece086298b64e16074e (patch)
tree63b1d9fa738bb0151013382b4e02d55b4972c30b /phpBB/config
parentbebcd59694989f21e94c305805b5e9d9a49eb465 (diff)
parente9f5b9d657b92f6d53d76c28ba4de64722700e7e (diff)
downloadforums-f3076cf4443b2cc5d663cece086298b64e16074e.tar
forums-f3076cf4443b2cc5d663cece086298b64e16074e.tar.gz
forums-f3076cf4443b2cc5d663cece086298b64e16074e.tar.bz2
forums-f3076cf4443b2cc5d663cece086298b64e16074e.tar.xz
forums-f3076cf4443b2cc5d663cece086298b64e16074e.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12975] Fix the construction of phpbb\auth\provider\db for Oauth
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index db7c603bcd..89303a684a 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -52,6 +52,7 @@ services:
- %tables.auth_provider_oauth_account_assoc%
- @auth.provider.oauth.service_collection
- %tables.users%
+ - @service_container
- %core.root_path%
- %core.php_ext%
tags: