mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
- internals content cache should be clear when updating cache file
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
===== trunk =====
|
===== trunk =====
|
||||||
11.01.2014
|
11.01.2014
|
||||||
- bugfix "* }" (spaces before right delimiter) was interpreted by mistake as comment end tag (Issue 170)
|
- bugfix "* }" (spaces before right delimiter) was interpreted by mistake as comment end tag (Issue 170)
|
||||||
|
- internals content cache should be clear when updating cache file
|
||||||
|
|
||||||
08.01.2014
|
08.01.2014
|
||||||
- bugfix Smarty_CacheResource_Custom did not handle template resource type specifications on clearCache() calls (Issue 169)
|
- bugfix Smarty_CacheResource_Custom did not handle template resource type specifications on clearCache() calls (Issue 169)
|
||||||
|
@@ -372,6 +372,7 @@ class Smarty_Template_Cached
|
|||||||
{
|
{
|
||||||
if (!$_template->source->recompiled) {
|
if (!$_template->source->recompiled) {
|
||||||
if ($this->handler->writeCachedContent($_template, $content)) {
|
if ($this->handler->writeCachedContent($_template, $content)) {
|
||||||
|
$this->content = null;
|
||||||
$this->timestamp = time();
|
$this->timestamp = time();
|
||||||
$this->exists = true;
|
$this->exists = true;
|
||||||
$this->valid = true;
|
$this->valid = true;
|
||||||
|
Reference in New Issue
Block a user