projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d8e1077
)
Restore unused var
author
jeroendedauw
<jeroendedauw@gmail.com>
Thu, 31 Jul 2014 10:30:50 +0000 (12:30 +0200)
committer
jeroendedauw
<jeroendedauw@gmail.com>
Thu, 31 Jul 2014 10:30:50 +0000 (12:30 +0200)
lib/Twig/ExpressionParser.php
patch
|
blob
|
history
diff --git
a/lib/Twig/ExpressionParser.php
b/lib/Twig/ExpressionParser.php
index
01fffd3
..
01594f7
100644
(file)
--- a/
lib/Twig/ExpressionParser.php
+++ b/
lib/Twig/ExpressionParser.php
@@
-300,7
+300,7
@@
class Twig_ExpressionParser
{
switch ($name) {
case 'parent':
- $this->parseArguments();
+ $args = $this->parseArguments();
if (!count($this->parser->getBlockStack())) {
throw new Twig_Error_Syntax('Calling "parent" outside a block is forbidden', $line, $this->parser->getFilename());
}