diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 0536f3f1b..b59ab40e0 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -2526,7 +2526,7 @@ App::post('/v1/account/recovery') $queueForMails ->setRecipient($profile->getAttribute('email', '')) - ->setName($profile->getAttribute('name','')) + ->setName($profile->getAttribute('name', '')) ->setBody($body) ->setVariables($emailVariables) ->setSubject($subject)