- Fixed code that was previously never hit.

This commit is contained in:
Derick Rethans
2011-07-18 18:46:39 +01:00
parent 53e1652d80
commit e9c3eda05d
+3 -3
View File
@@ -908,11 +908,11 @@ PHP_FUNCTION(twig_template_get_attributes)
if (isDefinedTest) { if (isDefinedTest) {
RETURN_FALSE; RETURN_FALSE;
} }
zval *env = TWIG_PROPERTY_CHAR(template, "env"); if (!TWIG_CALL_BOOLEAN(TWIG_PROPERTY_CHAR(template, "env"), "isStrictVariables")) {
if (TWIG_CALL_B_0(env, "isStrictVariables")) {
return; return;
} }
TWIG_THROW_EXCEPTION("Twig_Error_Runtime", "Method \"%s\" for object \"%s\" does not exist", item, TWIG_GET_CLASS(object)); TWIG_THROW_EXCEPTION("Twig_Error_Runtime", "Method \"%s\" for object \"%s\" does not exist", Z_STRVAL_P(item), TWIG_GET_CLASS_NAME(object));
return;
} }
if (isDefinedTest) { if (isDefinedTest) {
efree(tmp_method_name_get); efree(tmp_method_name_get);