correct name for common_good_rand()

darcs-hash:20080620052453-5ed1f-4ce9b677b9010b3879bbae1ba9218036f0ad728f.gz
This commit is contained in:
Evan Prodromou 2008-06-20 01:24:53 -04:00
parent bf0be3ddb7
commit 74889ec599
1 changed files with 1 additions and 1 deletions

View File

@ -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;