Categories tag not parse when conditional is in the variable pair after upgrading to EE 2.3.1 (previously 2.1.3)
Its happen in only one of my multisite install
This code not work :
{categories}
{if category_id == "12" OR category_id == "18" OR category_id == "25"}
{if channel_id == "2"}
<a href="http://{path=summum/liste_fille}">{category_name}</a>
{if:else}
<a href="http://{path=summum/liste_chronique}">{category_name}</a>
{/if}
{if:else}
{if channel_id == "2"}
<span class="couleur"><a href="http://{path=summum/liste_fille}">{category_name}</a></span>
{if:else}
<span class="couleur"><a href="http://{path=summum/liste_chronique}">{category_name}</a></span>
{/if}
{/if}
{/categories}output :
{categories} {category_name} {/categories}
this code work :
{categories}
{category_name}
{/categories}But all work fine in my second site using MSM
Sorry for the bad english, im a french canadian…