mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
update buildFilepath()
This commit is contained in:
@@ -215,7 +215,7 @@ class Smarty_Template_Source
|
||||
{
|
||||
try {
|
||||
ob_start();
|
||||
$this->renderUncompiled($_template->source, $_template);
|
||||
$this->handler->renderUncompiled($_template->source, $_template);
|
||||
return ob_get_clean();
|
||||
}
|
||||
catch (Exception $e) {
|
||||
|
Reference in New Issue
Block a user