Explorar o código

Fix incorrect method name case.

Justin Hileman %!s(int64=9) %!d(string=hai) anos
pai
achega
1de7898200
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Mustache/Compiler.php

+ 1 - 1
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();