Преглед на файлове

Fix incorrect method name case.

Justin Hileman преди 9 години
родител
ревизия
1de7898200
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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();