mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
Merge branch 'master' of github.com:XaminProject/handlebars.php
This commit is contained in:
commit
4c2573ffc2
@ -413,7 +413,7 @@ class Handlebars_Engine
|
||||
*/
|
||||
public function loadPartial($name)
|
||||
{
|
||||
$source = $this->getPartialLoader()->load($name);
|
||||
$source = $this->getPartialsLoader()->load($name);
|
||||
$tree = $this->_tokenize($source);
|
||||
return new Handlebars_Template($this, $tree, $source);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user