1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Page cache never used

This commit is contained in:
SecretR
2014-07-10 13:15:19 +03:00
parent f1fbeaa996
commit f9f6197cad

View File

@@ -648,7 +648,9 @@ class pageClass
$this->cacheData['COMMENT_FLAG'] = $comment_flag; $this->cacheData['COMMENT_FLAG'] = $comment_flag;
$this->cacheData['META_KEYS'] = $meta_keys; $this->cacheData['META_KEYS'] = $meta_keys;
$this->cacheData['META_DSCR'] = $meta_dscr; $this->cacheData['META_DSCR'] = $meta_dscr;
return true;
} }
return false;
} }
public function setCache($data, $title, $comment_flag) public function setCache($data, $title, $comment_flag)