X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTokenSmarty.php;h=4e88337c85b204058a047251c9ad437e4a8200a8;hb=bab3f1fe9a3b72411af0561a36873dc99622a4ec;hp=209d7160e2f89f9c2a42a63a1670fbec042b89a4;hpb=ae739588a0da375611d1b0acd2ef2347d759f047;p=civicrm-core.git diff --git a/CRM/Core/TokenSmarty.php b/CRM/Core/TokenSmarty.php index 209d7160e2..4e88337c85 100644 --- a/CRM/Core/TokenSmarty.php +++ b/CRM/Core/TokenSmarty.php @@ -41,6 +41,7 @@ class CRM_Core_TokenSmarty { * @internal */ public static function render(array $messages, array $tokenContext = [], array $smartyAssigns = []): array { + $result = []; $tokenContextDefaults = [ 'controller' => __CLASS__, 'smarty' => TRUE,