Merge pull request #24027 from totten/master552-status-footer-skipsort
[civicrm-core.git] / CRM / Core / TokenSmarty.php
index 209d7160e2f89f9c2a42a63a1670fbec042b89a4..4e88337c85b204058a047251c9ad437e4a8200a8 100644 (file)
@@ -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,