|
@@ -226,7 +226,7 @@ class Mustache_Engine
|
|
|
public function getPartialsLoader()
|
|
public function getPartialsLoader()
|
|
|
{
|
|
{
|
|
|
if (!isset($this->partialsLoader)) {
|
|
if (!isset($this->partialsLoader)) {
|
|
|
- $this->partialsLoader = $this->loader;
|
|
|
|
|
|
|
+ $this->partialsLoader = $this->getLoader();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return $this->partialsLoader;
|
|
return $this->partialsLoader;
|