Bug Typo in mail template rendering exception message

  • Thread starter Thread starter NikitOS
  • Start date Start date
There is a bug in this version
N

NikitOS

Guest
There is a typo in the exception message in the XF\Mail\Mailer::renderMailTemplate function:
PHP:

"Template mail:$name did not render to anything. It must provide either a text or HTML body."
The template prefix must be email:.

Continue reading...