Hello,
Within a plugin, I’m trying to do the following:
{if count > 1}
Foo Bar
{/if}
My plugin uses prep_conditionals to help with variable substitution. However, I see the conditional looks like:
{if '2' > 1}
Foo Bar
{#&47;if}
Any idea how to fix that? I’d like it to look like the following:
{if 2 > 1}
Foo Bar
{#&47;if}
Thanks, Mike
[Mod Edit: Moved to the Plugins: Technical Assistance forum]
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.