diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-12 14:39:09 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-12 23:12:57 +0200 |
commit | e31aafb393fe74d69a72987608b71a9232295a05 (patch) | |
tree | 3caebec7a15d581e53bb045e308801b70c3ce5f4 /phpBB/config | |
parent | e47b7540c3def5635bd33614122c70f13588580c (diff) | |
download | forums-e31aafb393fe74d69a72987608b71a9232295a05.tar forums-e31aafb393fe74d69a72987608b71a9232295a05.tar.gz forums-e31aafb393fe74d69a72987608b71a9232295a05.tar.bz2 forums-e31aafb393fe74d69a72987608b71a9232295a05.tar.xz forums-e31aafb393fe74d69a72987608b71a9232295a05.zip |
[ticket/12975] Fix the construction of phpbb\auth\provider\db for Oauth
PHPBB3-12975
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/auth_providers.yml | 1 |
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: |