diff --git a/src/Mustache/Compiler.php b/src/Mustache/Compiler.php index 437ea2c..a30e6f5 100644 --- a/src/Mustache/Compiler.php +++ b/src/Mustache/Compiler.php @@ -189,7 +189,7 @@ class Mustache_Compiler $source = %s; $buffer .= $this->mustache ->loadLambda((string) call_user_func($value, $source, $this->lambdaHelper)%s) - ->renderInternal($context, $indent); + ->renderInternal($context); } elseif (!empty($value)) { $values = $this->isIterable($value) ? $value : array($value); foreach ($values as $value) {