From d40b449db6f769dba244388938cffacf3a636b5d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 24 Jan 2023 13:34:12 -0800 Subject: [PATCH] (NFC) smarty-v2 mixin --- mixin/smarty-v2@1/mixin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mixin/smarty-v2@1/mixin.php b/mixin/smarty-v2@1/mixin.php index 1e2989e7e5..0b371057cc 100644 --- a/mixin/smarty-v2@1/mixin.php +++ b/mixin/smarty-v2@1/mixin.php @@ -5,7 +5,7 @@ * * @mixinName smarty-v2 * @mixinVersion 1.0.0 - * @since 5.58 + * @since 5.59 * * @param CRM_Extension_MixInfo $mixInfo * On newer deployments, this will be an instance of MixInfo. On older deployments, Civix may polyfill with a work-a-like. @@ -19,7 +19,7 @@ return function ($mixInfo, $bootCache) { } $register = function() use ($dir) { - // This implementation is useful for older versions of CiviCRM. It can be replaced/updated going forward. + // This implementation is useful for older versions of CiviCRM. It can be replaced/updated going forward (v1.1+). $smarty = CRM_Core_Smarty::singleton(); if (!is_array($smarty->template_dir)) { $this->template_dir = [$smarty->template_dir]; -- 2.25.1