We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae581a commit 20124bcCopy full SHA for 20124bc
app/controllers/ForumController.php
@@ -82,7 +82,4 @@ private function setNewSectionCounts()
82
$sectionCounts = $calculator->getCounts();
83
View::share('sectionCounts', $sectionCounts);
84
}
85
- // update cache for sidebar counts
86
- $timestamps = App::make('Lio\Caching\ForumSectionTimestampFetcher')->cacheSections(Config::get('forum.sections'));
87
- Cache::put('forum_sidebar_timestamps', $timestamps, 1440);
88
0 commit comments