From 7435c40b5cb99b6be59fbd33cc7df0de24a94379 Mon Sep 17 00:00:00 2001
From: Nathan Guse <nathaniel.guse@gmail.com>
Date: Tue, 10 Sep 2013 21:31:19 -0500
Subject: [ticket/11835] Fix ucp_auth_link adding in migration

PHPBB3-11835
---
 phpBB/phpbb/db/migration/data/310/auth_provider_oauth.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/phpbb/db/migration')

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'),
-- 
cgit v1.2.1