From ae901b7b48be64c950cce136c823c30cd7310095 Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Fri, 16 Sep 2022 19:03:26 +0200 Subject: [PATCH] =?UTF-8?q?Dev:=20Allow=20beforeEmail=20events=20to=20upda?= =?UTF-8?q?te=20core=20replacement=20Dev:=20sample=20:=20EXPIRY=20on=20use?= =?UTF-8?q?r=20language,=20MESSAGE=20from=20user=20in=20place=20of=20SURVE?= =?UTF-8?q?YDESCRIPTION=20Dev:=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/core/LimeMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/LimeMailer.php b/application/core/LimeMailer.php index 742902d6da7..b79578112d2 100644 --- a/application/core/LimeMailer.php +++ b/application/core/LimeMailer.php @@ -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); }