mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-02 10:16:41 +03:00
fixed a typo in call of getPartialsLoader in loadPartial
This commit is contained in:
parent
a5ef5f213b
commit
9d5a661083
@ -413,7 +413,7 @@ class Handlebars_Engine
|
|||||||
*/
|
*/
|
||||||
public function loadPartial($name)
|
public function loadPartial($name)
|
||||||
{
|
{
|
||||||
$source = $this->getPartialLoader()->load($name);
|
$source = $this->getPartialsLoader()->load($name);
|
||||||
$tree = $this->_tokenize($source);
|
$tree = $this->_tokenize($source);
|
||||||
return new Handlebars_Template($this, $tree, $source);
|
return new Handlebars_Template($this, $tree, $source);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user