1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

[feature/oauth] Fix template not refreshing issue

PHPBB3-11673
This commit is contained in:
Joseph Warner 2013-08-14 23:17:57 -04:00
parent 0ea3103a44
commit e2d0a0b7c8

View File

@ -81,6 +81,9 @@ class ucp_auth_link
$link_data = array('link_method' => 'auth_link');
$error[] = $auth_provider->link_account($link_data);
// Template data may have changed, get new data
$provider_data = $auth_provider->get_auth_link_data();
}
if (isset($provider_data['VARS']))