implement default behavior for the partials_loader
This commit is contained in:
committed by
Justin Hileman
parent
12d6884b4b
commit
8053ce7093
@@ -113,6 +113,8 @@ class Mustache_Engine
|
||||
|
||||
if (isset($options['partials_loader'])) {
|
||||
$this->setPartialsLoader($options['partials_loader']);
|
||||
} else if (isset($options['loader'])) {
|
||||
$this->setPartialsLoader($options['loader']);
|
||||
}
|
||||
|
||||
if (isset($options['partials'])) {
|
||||
|
||||
Reference in New Issue
Block a user