|
@@ -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();
|