Skip to content

Commit

Permalink
BlockMacros: {elseifset} is empty macro [Closes #122]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 20, 2016
1 parent c9ec81d commit 232f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Latte/Macros/BlockMacros.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function install(Latte\Compiler $compiler)
$me->addMacro('define', [$me, 'macroBlock'], [$me, 'macroBlockEnd']);
$me->addMacro('snippetArea', [$me, 'macroBlock'], [$me, 'macroBlockEnd']);
$me->addMacro('ifset', [$me, 'macroIfset'], '}');
$me->addMacro('elseifset', [$me, 'macroIfset'], '}');
$me->addMacro('elseifset', [$me, 'macroIfset']);
}


Expand Down

0 comments on commit 232f0a1

Please sign in to comment.