projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b1b75
)
fix bad filenames
author
demeritcowboy
<demeritcowboy@hotmail.com>
Fri, 5 Jan 2024 22:47:30 +0000
(17:47 -0500)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Fri, 5 Jan 2024 22:47:30 +0000
(17:47 -0500)
CRM/Core/Form/Renderer.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Form/Renderer.php
b/CRM/Core/Form/Renderer.php
index a6c4e687684a9cd917e32bd5d12234942b6218a3..b1a589d303a6f7e70469eef176b49f0114cdbc3f 100644
(file)
--- a/
CRM/Core/Form/Renderer.php
+++ b/
CRM/Core/Form/Renderer.php
@@
-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')) {