mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 12:05:09 +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)
 | 
					    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