1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Page cache never used

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

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