diff --git a/src/Handlebars/Template.php b/src/Handlebars/Template.php index 45bdd37..8299f92 100644 --- a/src/Handlebars/Template.php +++ b/src/Handlebars/Template.php @@ -402,7 +402,7 @@ class Template // fallback to mustache style each/with/for just if there is // no argument at all. try { - $sectionVar = $context->get($sectionName, true); + $sectionVar = $context->get($sectionName, false); } catch (\InvalidArgumentException $e) { throw new \RuntimeException( $sectionName . ' is not registered as a helper'