Skip to content

Commit 20124bc

Browse files
author
Shawn McCool
committed
cleanup more old code from legacy controller
1 parent 7ae581a commit 20124bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/controllers/ForumController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,4 @@ private function setNewSectionCounts()
8282
$sectionCounts = $calculator->getCounts();
8383
View::share('sectionCounts', $sectionCounts);
8484
}
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);
8885
}

0 commit comments

Comments
 (0)