correct name for common_good_rand()
darcs-hash:20080620052453-5ed1f-4ce9b677b9010b3879bbae1ba9218036f0ad728f.gz
This commit is contained in:
parent
bf0be3ddb7
commit
74889ec599
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user