aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-10 21:31:19 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-10 21:31:19 -0500
commit7435c40b5cb99b6be59fbd33cc7df0de24a94379 (patch)
tree7ccb93877f89e7ba971737bf6043bdce0eaaa8aa /phpBB/phpbb/db/migration
parentfc1dfd779da37128382322ffdc75bf751a0834a3 (diff)
downloadforums-7435c40b5cb99b6be59fbd33cc7df0de24a94379.tar
forums-7435c40b5cb99b6be59fbd33cc7df0de24a94379.tar.gz
forums-7435c40b5cb99b6be59fbd33cc7df0de24a94379.tar.bz2
forums-7435c40b5cb99b6be59fbd33cc7df0de24a94379.tar.xz
forums-7435c40b5cb99b6be59fbd33cc7df0de24a94379.zip
[ticket/11835] Fix ucp_auth_link adding in migration
PHPBB3-11835
Diffstat (limited to 'phpBB/phpbb/db/migration')
-rw-r--r--phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php2
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'),