Skip to content

Commit

Permalink
Dev: Allow beforeEmail events to update core replacement (#2611)
Browse files Browse the repository at this point in the history
Dev: sample : EXPIRY on user language, MESSAGE from user in place of SURVEYDESCRIPTION
  • Loading branch information
Shnoulle committed Sep 22, 2022
1 parent e2e0035 commit 67d0b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/LimeMailer.php
Expand Up @@ -863,7 +863,7 @@ public function doReplacements($string)
}
}
}
$aReplacements = array_merge($this->aReplacements, $aReplacements);
$aReplacements = array_merge($aReplacements, $this->aReplacements);
return LimeExpressionManager::ProcessString($string, null, $aReplacements, 3, 1, false, false, true);
}

Expand Down

0 comments on commit 67d0b9f

Please sign in to comment.