Closed paganotoni closed 3 years ago
Seems the following expression no longer works with the version we have on master:
master
<%= if( flash["error"]) { %>
If crashes saying:
auth/login.plush.html: line 17: syntax error: invalid if condition, got (flash["error"])
cc @Mido-sys
@paganotoni , I pushed a fix to allow array or map index in if condition.
Solved. Thanks!
Seems the following expression no longer works with the version we have on
master
:If crashes saying:
cc @Mido-sys