fix for when loader is not defined
This commit is contained in:
committed by
Justin Hileman
parent
62435a5705
commit
5a3802e2a6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user