We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe3c8e commit 3a8d986Copy full SHA for 3a8d986
libraries/src/Mail/MailTemplate.php
@@ -246,7 +246,7 @@ public function send()
246
{
247
$config = ComponentHelper::getParams('com_mails');
248
249
- $mail = self::getTemplate($this->template_id, $this->language);
+ $mail = static::getTemplate($this->template_id, $this->language);
250
251
// If the Mail Template was not found in the db, we cannot send an email.
252
if ($mail === null) {
0 commit comments