Merge branch 'master' of github.com:shish/shimmie2
This commit is contained in:
commit
154070a739
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class CommentList extends Extension {
|
|||
$recent = $database->cache->get("recent_comments");
|
||||
if(empty($recent)) {
|
||||
$recent = $this->get_recent_comments($cc);
|
||||
$database->cache->set("recent_comments", $recent, 600);
|
||||
$database->cache->set("recent_comments", $recent, 60);
|
||||
}
|
||||
if(count($recent) > 0) {
|
||||
$this->theme->display_recent_comments($recent);
|
||||
|
|
Reference in a new issue