1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/11835] Fix ucp_auth_link adding in migration

PHPBB3-11835
This commit is contained in:
Nathan Guse 2013-09-10 21:31:19 -05:00
parent fc1dfd779d
commit 7435c40b5c

View File

@ -60,7 +60,7 @@ class phpbb_db_migration_data_310_auth_provider_oauth extends phpbb_db_migration
return array(
array('module.add', array(
'ucp',
'UCP_AUTH_LINK',
'UCP_PROFILE',
array(
'module_basename' => 'ucp_auth_link',
'modes' => array('auth_link'),