From 98b23749324ed659920fa03a3ef46efecb8bb79a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 6 Mar 2013 16:53:20 -0800 Subject: [PATCH] Remove unneeded param --- templates/CRM/Custom/Form/CustomField.hlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Custom/Form/CustomField.hlp b/templates/CRM/Custom/Form/CustomField.hlp index c6be39d277..509febc3d2 100644 --- a/templates/CRM/Custom/Form/CustomField.hlp +++ b/templates/CRM/Custom/Form/CustomField.hlp @@ -25,6 +25,6 @@ *} {* Dynamically fetch the help text for a custom field *} {htxt id=$id} - {crmAPI var='result' entity='CustomField' action='getsingle' sequential=1 id=$id} + {crmAPI var='result' entity='CustomField' action='getsingle' id=$id} {$result.help_post} {/htxt} -- 2.25.1