diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-24 21:34:23 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-24 21:34:37 -0400 |
commit | 310caec5d92d58453d1eee40e9b5a7f0157bd5ea (patch) | |
tree | 90099bf832f355a7e6f41810926010babb88c5b9 /phpBB/config | |
parent | 76d1e7e111d4a12f50e3c4776b00a6681a83b295 (diff) | |
download | forums-310caec5d92d58453d1eee40e9b5a7f0157bd5ea.tar forums-310caec5d92d58453d1eee40e9b5a7f0157bd5ea.tar.gz forums-310caec5d92d58453d1eee40e9b5a7f0157bd5ea.tar.bz2 forums-310caec5d92d58453d1eee40e9b5a7f0157bd5ea.tar.xz forums-310caec5d92d58453d1eee40e9b5a7f0157bd5ea.zip |
[feature/oauth] Fix redirects
PHPBB3-11673
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/auth_providers.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml index bad6be9880..dfa229fa42 100644 --- a/phpBB/config/auth_providers.yml +++ b/phpBB/config/auth_providers.yml @@ -46,6 +46,8 @@ services: - %tables.auth_provider_oauth_account_assoc% - @auth.provider.oauth.service_collection - %tables.users% + - %core.root_path% + - %core.php_ext% tags: - { name: auth.provider } auth.provider.oauth.service_collection: |