Skip to content
Snippets Groups Projects
Commit c208a432 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Setting Default Language for E-Mail

parent e43193d2
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class MailTemplateService {
* @param boolean $ignoreMailQueue
*/
public static function sendEmail(
$language, $templateKey, $extensionKey, $toAddress, $fromAddress, $subject, array $content = [],
$language = 'en', $templateKey, $extensionKey, $toAddress, $fromAddress, $subject, array $content = [],
$ignoreMailQueue = FALSE
) {
// Set Email Content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment