From 1cdb11238866b4b474437fe6952b05ba6ee4c4f9 Mon Sep 17 00:00:00 2001 From: "Uwe.Tews" Date: Tue, 1 Sep 2009 22:04:30 +0000 Subject: [PATCH] - bugfix --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 07f8912c..fb2d5c5e 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -423,7 +423,7 @@ class Smarty extends Smarty_Internal_TemplateBase { */ public function setCachingLifetime($lifetime) { - $this->caching_lifetime = $lifetime; + $this->cache_lifetime = $lifetime; return; } /**