update buildFilepath()

This commit is contained in:
Uwe Tews
2015-01-02 06:29:08 +01:00
parent c55367d1f6
commit 6f801de283

View File

@@ -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) {