-
Notifications
You must be signed in to change notification settings - Fork 714
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
Getting loop property of a section throws error in 3.1.28 #161
Comments
uwetews
added a commit
that referenced
this issue
Jan 26, 2016
The fix is now in the master branch and will later be included in 3.1.30 |
Thanks! ps. Looks like the IDE / code formatter changed a lot more than just the intended change? Either way thanks for the fix! |
Nice! |
Sorry folks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Smarty 3.1.28 the
loop
property of a section is not available anymore, breaking existing code.Take for example the piece of code from Example 7.74 in {section} documentation:
And my PHP code:
I get the following error:
Other properties like
index
ortotal
do still work.The text was updated successfully, but these errors were encountered: