Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

or issue with foreach properties #178

Closed
BabyDino opened this issue Feb 8, 2016 · 1 comment
Closed

or issue with foreach properties #178

BabyDino opened this issue Feb 8, 2016 · 1 comment

Comments

@BabyDino
Copy link

BabyDino commented Feb 8, 2016

This doesn't work:

{if $article@iteration is even by 1 || $article@last}

This however does:

{if $article@last || $article@iteration is even by 1}

Of course when $article@last is met.

uwetews added a commit that referenced this issue Feb 10, 2016
@uwetews
Copy link
Contributor

uwetews commented Feb 10, 2016

The fix is now in the master branch an will later be included in 3.1.30

@uwetews uwetews closed this as completed Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants