projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
17e2c36
)
fix Twig_Function_Node extending wrong class
author
Tobias Schultze
<webmaster@tubo-world.de>
Sun, 15 Jul 2012 21:06:53 +0000 (
00:06
+0300)
committer
Tobias Schultze
<webmaster@tubo-world.de>
Sun, 15 Jul 2012 21:06:53 +0000 (
00:06
+0300)
lib/Twig/Function/Node.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Function/Node.php
b/lib/Twig/Function/Node.php
index
a687a84
..
df937e5
100644
(file)
--- a/
lib/Twig/Function/Node.php
+++ b/
lib/Twig/Function/Node.php
@@
-15,7
+15,7
@@
* @package twig
* @author Fabien Potencier <fabien@symfony.com>
*/
-class Twig_Function_Node extends Twig_Filter
+class Twig_Function_Node extends Twig_Function
{
protected $class;