mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 11:54:26 +02:00
- bugfix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user