This commit is contained in:
Uwe.Tews
2009-09-01 22:04:30 +00:00
parent 5563fc9fd5
commit 1cdb112388

View File

@@ -423,7 +423,7 @@ class Smarty extends Smarty_Internal_TemplateBase {
*/ */
public function setCachingLifetime($lifetime) public function setCachingLifetime($lifetime)
{ {
$this->caching_lifetime = $lifetime; $this->cache_lifetime = $lifetime;
return; return;
} }
/** /**