You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…anzashi-account-settings-are-displayed-on-the-Shift/holiday-setting-screen
Ticket #5184 Display kanzashi and non kanzashi settings on the shift/holiday setting screen
I am having a problem with upgrading from 3.0 to 3.1, some of our code uses smarty 2 style foreach loops. The comparison of the indexes is breaking.
This works in smarty 3.0 but breaks in 3.1:
I've also noticed that adding brackets around the index is a workaround for the problem.
This is probably due to the fact that it compiles to the following code (
null > 1
).Without brackets:
With brackets:
The text was updated successfully, but these errors were encountered: