Fix incorrect method name case.

This commit is contained in:
Justin Hileman
2016-05-18 21:48:17 -07:00
parent 4aa31aca56
commit 1de7898200
+1 -1
View File
@@ -456,7 +456,7 @@ class Mustache_Compiler
const PARENT = ' const PARENT = '
%s %s
if ($parent = $this->mustache->LoadPartial(%s)) { if ($parent = $this->mustache->loadPartial(%s)) {
$context->pushBlockContext($newContext); $context->pushBlockContext($newContext);
$buffer .= $parent->renderInternal($context, $indent); $buffer .= $parent->renderInternal($context, $indent);
$context->popBlockContext(); $context->popBlockContext();