fix Twig_Function_Node extending wrong class
authorTobias Schultze <webmaster@tubo-world.de>
Sun, 15 Jul 2012 21:06:53 +0000 (00:06 +0300)
committerTobias Schultze <webmaster@tubo-world.de>
Sun, 15 Jul 2012 21:06:53 +0000 (00:06 +0300)
lib/Twig/Function/Node.php

index a687a84..df937e5 100644 (file)
@@ -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;