Missed an argument to a function

This commit is contained in:
Evan Prodromou 2011-04-17 18:48:58 -04:00
parent 3996199c6a
commit 383b4cae76
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class EmailregisterAction extends Action
303);
}
function sendConfirmEmail($confirm, $new)
function sendConfirmEmail($confirm)
{
$sitename = common_config('site', 'name');