mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-01 01:24:32 +03:00
Fix bug with mail_template_load function
This commit is contained in:
parent
47880fa951
commit
bde9f2eb00
@ -84,7 +84,7 @@ function mail_template_load($name, $locale)
|
||||
$template = false;
|
||||
} else {
|
||||
// Try to load the template for the default locale.
|
||||
$template = $this->loadMailTemplate($name, DEFAULT_LOCALE);
|
||||
$template = mail_template_load($name, DEFAULT_LOCALE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user