From 74889ec599db820f3a48065a29697ea1414375a7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 20 Jun 2008 01:24:53 -0400 Subject: correct name for common_good_rand() darcs-hash:20080620052453-5ed1f-4ce9b677b9010b3879bbae1ba9218036f0ad728f.gz --- actions/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/register.php') diff --git a/actions/register.php b/actions/register.php index d9315b424..ed3b33969 100644 --- a/actions/register.php +++ b/actions/register.php @@ -116,7 +116,7 @@ class RegisterAction extends Action { if ($email) { $confirm = new Confirm_email(); - $confirm->code = common_good_random(16); + $confirm->code = common_good_rand(16); $confirm->user_id = $user->id; $confirm->email = $email; -- cgit v1.2.3-54-g00ecf