diff --git a/lib/helpers.php b/lib/helpers.php index ef6bbc5..130e533 100644 --- a/lib/helpers.php +++ b/lib/helpers.php @@ -263,7 +263,7 @@ function query_user_frequent_options($type, $user_id) { AND published > :published GROUP BY content ORDER BY COUNT(1) DESC - LIMIT 2 + LIMIT 4 ', ['user_id'=>$user_id, 'type'=>$type, 'published'=>$published])->find_many(); foreach($optionsQ as $o) { $options[] = [