Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Aug 21, 2023
1 parent c4c86a2 commit 670a323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/core/src/Api/Controller/SendTestMailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public function handle(ServerRequestInterface $request): ResponseInterface

$this->mailer->send(
[
'plain' => 'flarum.forum::email.information.plain.base',
'html' => 'flarum.forum::email.information.html.base'
'plain' => 'flarum.forum::email.plain.information.base',
'html' => 'flarum.forum::email.html.information.base'
],
compact('infoContent', 'userEmail', 'forumTitle', 'title'),
function (Message $message) use ($actor) {
Expand Down

0 comments on commit 670a323

Please sign in to comment.