From: Derick Rethans Date: Mon, 25 Jul 2011 15:34:13 +0000 (+0100) Subject: Sigh, stupid copy and paste error prevented the last tests from passing. All is well... X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8e11c14a5fa6d098f208755f451a2e1373042491;p=web%2Fkonrad%2Ftwig.git Sigh, stupid copy and paste error prevented the last tests from passing. All is well now. --- 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')) {