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 3247b36 commit d58dcdfCopy full SHA for d58dcdf
app/controllers/ForumController.php
@@ -171,6 +171,8 @@ public function forumReplyDeleted($thread)
171
// forum search
172
public function getSearch()
173
{
174
+ View::share('last_visited_timestamp', App::make('Lio\Forum\ForumSectionCountManager')->updatedAndGetLastVisited(Input::get('tags')));
175
+
176
$query = Input::get('query');
177
$results = App::make('Lio\Comments\ForumSearch')->searchPaginated($query, $this->threadsPerPage);
178
0 commit comments