diff --git a/src/Mustache/Engine.php b/src/Mustache/Engine.php index b892eef..62309d2 100644 --- a/src/Mustache/Engine.php +++ b/src/Mustache/Engine.php @@ -226,7 +226,7 @@ class Mustache_Engine public function getPartialsLoader() { if (!isset($this->partialsLoader)) { - $this->partialsLoader = $this->loader; + $this->partialsLoader = $this->getLoader(); } return $this->partialsLoader;