fix bad filenames
authordemeritcowboy <demeritcowboy@hotmail.com>
Fri, 5 Jan 2024 22:47:30 +0000 (17:47 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Fri, 5 Jan 2024 22:47:30 +0000 (17:47 -0500)
CRM/Core/Form/Renderer.php

index a6c4e687684a9cd917e32bd5d12234942b6218a3..b1a589d303a6f7e70469eef176b49f0114cdbc3f 100644 (file)
@@ -236,7 +236,7 @@ class CRM_Core_Form_Renderer extends HTML_QuickForm_Renderer_ArraySmarty {
     if (!function_exists('smarty_function_eval') && !file_exists(SMARTY_DIR . '/plugins/function.eval.php')) {
       $smarty = $this->_tpl;
       $smarty->assign('var', $tplSource);
-      return $smarty->fetch("string:$tplSource");
+      return $smarty->fetch("eval:$tplSource");
     }
     // This part is what the parent does & is suitable to Smarty 2.
     if (!function_exists('smarty_function_eval')) {