Jelajahi Sumber

Fix incorrect method name case.

Justin Hileman 9 tahun lalu
induk
melakukan
1de7898200
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();