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