mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
[HOTFIX] - Email parsing
This commit is contained in:
parent
7c52aa02bb
commit
5c81b67e7c
@ -20,7 +20,7 @@ class InitialMails {
|
||||
|
||||
$matches = [];
|
||||
foreach($texts as $key => $val) {
|
||||
$matches[] = $templateCode . '_MATCH_' . ($key + 1);
|
||||
$matches[] = '{{' . $templateCode . '_MATCH_' . ($key + 1) . '}}';
|
||||
}
|
||||
|
||||
return str_replace($matches, $texts, file_get_contents($templateFilePaths[$templateCode]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user