Subject: | using objects that return an array in <tmpl_if>s is broken |
Suppose you have a datastructure like this:
{ some => { array => [] } }
Then this template dies with a "Can't call method "isa" on unblessed reference":
<tmpl_if some.array>
<tmpl_loop some.array>
<tmpl_var err>
...
The reason is the <tmpl_if doesn't seem to get the right type of reference or something. It's under investigation, and will be fixed asap.