From 6f801de283b07a5c17e51ca180ff1b29e93c0ef5 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Fri, 2 Jan 2015 06:29:08 +0100 Subject: [PATCH] update buildFilepath() --- libs/sysplugins/smarty_template_source.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_template_source.php b/libs/sysplugins/smarty_template_source.php index 6802c0c5..d65eabec 100644 --- a/libs/sysplugins/smarty_template_source.php +++ b/libs/sysplugins/smarty_template_source.php @@ -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) {