aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/auth.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-09-02 16:47:40 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-09-02 16:47:53 -0400
commit29e3768ecc7bc8adf96d4e31c4e05a6f1de6735a (patch)
treec79a5ce75fef95c0d615e619e90de9c77acf3237 /phpBB/phpbb/auth/auth.php
parent63ba06406575b5c7882ef26ee3b5469ca16afec5 (diff)
downloadforums-29e3768ecc7bc8adf96d4e31c4e05a6f1de6735a.tar
forums-29e3768ecc7bc8adf96d4e31c4e05a6f1de6735a.tar.gz
forums-29e3768ecc7bc8adf96d4e31c4e05a6f1de6735a.tar.bz2
forums-29e3768ecc7bc8adf96d4e31c4e05a6f1de6735a.tar.xz
forums-29e3768ecc7bc8adf96d4e31c4e05a6f1de6735a.zip
[feature/oauth] More minor changes from review
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/auth.php')
-rw-r--r--phpBB/phpbb/auth/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/auth.php b/phpBB/phpbb/auth/auth.php
index 5093483d4a..81f8c76fc8 100644
--- a/phpBB/phpbb/auth/auth.php
+++ b/phpBB/phpbb/auth/auth.php
@@ -977,7 +977,7 @@ class phpbb_auth
// This data is passed along as GET data to the next page allow the account to be linked
$params = array('mode' => 'login_link');
- $url = append_sid('ucp.' . $phpEx, array_merge($params, $login['redirect_data']));
+ $url = append_sid($phpbb_root_path . 'ucp.' . $phpEx, array_merge($params, $login['redirect_data']));
redirect($url);
}