From b0e766f25688784fdb14bf7252c190e2f35ae049 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 28 Dec 2010 21:05:58 +0100 Subject: [PATCH] fixed typo --- lib/Twig/Function/Method.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Function/Method.php b/lib/Twig/Function/Method.php index 9cecb51..7328566 100644 --- a/lib/Twig/Function/Method.php +++ b/lib/Twig/Function/Method.php @@ -16,7 +16,7 @@ * @package twig * @author Arnaud Le Blanc */ -class Twig_Function_Method extends Twig_Filter +class Twig_Function_Method extends Twig_Function { protected $extension, $method; -- 1.7.2.5