- internals content cache should be clear when updating cache file

This commit is contained in:
Uwe.Tews@googlemail.com
2014-01-11 12:21:12 +00:00
parent 18ff092501
commit 1dfbe19ebf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -372,6 +372,7 @@ class Smarty_Template_Cached
{
if (!$_template->source->recompiled) {
if ($this->handler->writeCachedContent($_template, $content)) {
$this->content = null;
$this->timestamp = time();
$this->exists = true;
$this->valid = true;