mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 19:34:27 +02:00
- bugfix
This commit is contained in:
@@ -423,7 +423,7 @@ class Smarty extends Smarty_Internal_TemplateBase {
|
||||
*/
|
||||
public function setCachingLifetime($lifetime)
|
||||
{
|
||||
$this->caching_lifetime = $lifetime;
|
||||
$this->cache_lifetime = $lifetime;
|
||||
return;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user