diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-11-10 14:26:58 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-11-10 14:26:58 +0000 |
commit | eb87d0537affae1470b27c6aa834e865bbcf9cca (patch) | |
tree | 631dfe92028c5c3d0fca693130349749acbe99bf /phpBB/includes/ucp/ucp_profile.php | |
parent | 947f0d6c1997f5b158a4f7d01fc2aea8d2431338 (diff) | |
download | forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar.gz forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar.bz2 forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.tar.xz forums-eb87d0537affae1470b27c6aa834e865bbcf9cca.zip |
We're going down, we're going down, blurp, blurp, gurgle, gurgle
git-svn-id: file:///svn/phpbb/trunk@4660 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index eb4bf1ccc5..67dcdb0af1 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -136,7 +136,7 @@ class ucp_profile extends module $messenger->assign_vars(array( 'USERNAME' => $row['username'], 'EMAIL_SIG' => str_replace('<br />', "\n", "-- \n" . $config['board_email_sig']), - + 'U_ACTIVATE' => "$server_url/ucp.$phpEx?mode=activate&k=$user_actkey") ); |