From 9277f8da1a42b675eed3305af9877388635293c4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 20 Jun 2008 02:26:06 -0400 Subject: correct confirmation code darcs-hash:20080620062606-84dde-59be3fd35a01d788f3953e2dba70baefefabfb76.gz --- actions/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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); } -- cgit v1.2.3-54-g00ecf