From 670a323fe8dd404f1c8513b084ce5f17915025df Mon Sep 17 00:00:00 2001 From: IanM Date: Mon, 21 Aug 2023 11:04:13 +0100 Subject: [PATCH] update path --- framework/core/src/Api/Controller/SendTestMailController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/src/Api/Controller/SendTestMailController.php b/framework/core/src/Api/Controller/SendTestMailController.php index 0d004655a8..f591aeb850 100644 --- a/framework/core/src/Api/Controller/SendTestMailController.php +++ b/framework/core/src/Api/Controller/SendTestMailController.php @@ -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) {