Skip to content

Commit

Permalink
Reduce recent searches to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Oct 7, 2024
1 parent e018ad4 commit 33b7249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Common {
public function getPopularSearches() {
global $SEARCHLOG;
$popular_searches = $SEARCHLOG->popular_recent(5, 2000, 5);
$popular_searches = $SEARCHLOG->popular_recent(3, 2000, 5);

return $popular_searches;
}
Expand Down

0 comments on commit 33b7249

Please sign in to comment.