From 318328cd758329d510977683235db184110646c1 Mon Sep 17 00:00:00 2001 From: rodneyrehm Date: Fri, 14 Oct 2011 17:54:25 +0000 Subject: [PATCH] fixing previous commit --- libs/sysplugins/smarty_internal_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_template.php b/libs/sysplugins/smarty_internal_template.php index 7a73084c..a69eb049 100644 --- a/libs/sysplugins/smarty_internal_template.php +++ b/libs/sysplugins/smarty_internal_template.php @@ -574,7 +574,7 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase { public function clearCache($exp_time=null) { Smarty_CacheResource::invalidLoadedCache($this->smarty); - return $this->cached->handler->clear($this->smarty, $this->template_name, $this->cache_id, $this->compile_id); + return $this->cached->handler->clear($this->smarty, $this->template_name, $this->cache_id, $this->compile_id, $exp_time); } /**