Skip to content
Snippets Groups Projects
Commit fc8fe9e7 authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Fix incorrect function call

parent 70998aa7
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ if ($_POST) {
case 'register':
foreach ($users as $U) {
if (($acct = $U->getAccount()) && $acct->setConfirmationEmail())
if (($acct = $U->getAccount()) && $acct->sendConfirmEmail())
$count++;
elseif ($acct = UserAccount::register($U,
array('sendemail' => true), $errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment