projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
545403b
)
Remove undefined variable usage
author
Francesco Tassi
<tassi.francesco@gmail.com>
Mon, 15 Jul 2013 14:26:07 +0000 (16:26 +0200)
committer
Francesco Tassi
<tassi.francesco@gmail.com>
Mon, 15 Jul 2013 14:26:07 +0000 (16:26 +0200)
lib/Twig/Environment.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Environment.php
b/lib/Twig/Environment.php
index
135d8d0
..
c4f82bf
100644
(file)
--- a/
lib/Twig/Environment.php
+++ b/
lib/Twig/Environment.php
@@
-728,7
+728,7
@@
class Twig_Environment
public function addNodeVisitor(Twig_NodeVisitorInterface $visitor)
{
if ($this->extensionInitialized) {
- throw new LogicException('Unable to add a node visitor as extensions have already been initialized.', $extension->getName());
+ throw new LogicException('Unable to add a node visitor as extensions have already been initialized.');
}
$this->staging->addNodeVisitor($visitor);