From 8e11c14a5fa6d098f208755f451a2e1373042491 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 25 Jul 2011 16:34:13 +0100 Subject: [PATCH] Sigh, stupid copy and paste error prevented the last tests from passing. All is well now. --- twig.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/twig.c b/twig.c index 2b36948..4c38658 100644 --- a/twig.c +++ b/twig.c @@ -919,7 +919,7 @@ PHP_FUNCTION(twig_template_get_attributes) efree(tmp_method_name_get); efree(tmp_method_name_is); efree(lcItem); - RETURN_FALSE; + RETURN_TRUE; } /* if ($this->env->hasExtension('sandbox')) { -- 1.7.2.5