diff --git a/src/Mustache/Compiler.php b/src/Mustache/Compiler.php index 76e580c..c400c3b 100644 --- a/src/Mustache/Compiler.php +++ b/src/Mustache/Compiler.php @@ -456,7 +456,7 @@ class Mustache_Compiler const PARENT = ' %s - if ($parent = $this->mustache->LoadPartial(%s)) { + if ($parent = $this->mustache->loadPartial(%s)) { $context->pushBlockContext($newContext); $buffer .= $parent->renderInternal($context, $indent); $context->popBlockContext();