diff options
author | David King <imkingdavid@gmail.com> | 2013-09-10 19:44:41 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-09-10 19:44:41 -0700 |
commit | f74a04c976c96864947bb91304abb3b92161f161 (patch) | |
tree | 7ccb93877f89e7ba971737bf6043bdce0eaaa8aa /phpBB | |
parent | fc1dfd779da37128382322ffdc75bf751a0834a3 (diff) | |
parent | 7435c40b5cb99b6be59fbd33cc7df0de24a94379 (diff) | |
download | forums-f74a04c976c96864947bb91304abb3b92161f161.tar forums-f74a04c976c96864947bb91304abb3b92161f161.tar.gz forums-f74a04c976c96864947bb91304abb3b92161f161.tar.bz2 forums-f74a04c976c96864947bb91304abb3b92161f161.tar.xz forums-f74a04c976c96864947bb91304abb3b92161f161.zip |
Merge pull request #1707 from EXreaction/ticket/11835
[ticket/11835] Fix ucp_auth_link adding in migration
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php b/phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php index 8706d14798..cad1c16bb2 100644 --- a/phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php +++ b/phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php @@ -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'), |