Last Updated: February 25, 2016
·
608
· mishak87

Latte: ifset mistaken for if

{ifset $a && $b}

Translates into:

<?php if (isset($a && $b)): ?>

Product of that is fatal.

Do not write conditions in {ifset} macro.