Low Events one_day modifier not working in EE2.9.2
I have Low Events running on EE 2.9.2.
I have {if event_date:one_day == 'y'} but for some reason it seems to be returning false even where it is true. This was working fine on EE 2.8.1.
I have disabled the caching, but it does not seem to change.
Replies
Low 24 Oct 2014 11:02
I asked EL about this change. In the meantime, try and use this:
{if '{event_date:one_day}' == 'y'}
zizther 24 Oct 2014 11:06
Thanks Low.
That works perfectly.
Low 28 Oct 2014 08:06
FYI, this was marked as a bug by EllisLab: https://support.ellislab.com/bugs/det...
zizther 28 Oct 2014 08:24
Thanks for keeping us posted.