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:
2
page.php
2
page.php
@@ -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)
|
||||||
|
Reference in New Issue
Block a user