summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-20 02:26:06 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-20 02:26:06 -0400
commit9277f8da1a42b675eed3305af9877388635293c4 (patch)
treeb35d4f2d7fbeb857a9c3a5664c544c13daed0660 /actions/register.php
parent74889ec599db820f3a48065a29697ea1414375a7 (diff)
correct confirmation code
darcs-hash:20080620062606-84dde-59be3fd35a01d788f3953e2dba70baefefabfb76.gz
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php
index ed3b33969..c167701fd 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -129,7 +129,7 @@ class RegisterAction extends Action {
$profile->query('COMMIT');
if ($email) {
- mail_confirm_address($code,
+ mail_confirm_address($confirm->code,
$profile->nickname,
$email);
}