summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 0bcbc5e47..46c84509e 100644
--- a/functions.php
+++ b/functions.php
@@ -3859,7 +3859,7 @@
$query = "SELECT tag_name, COUNT(post_int_id) AS count
FROM ttrss_tags WHERE owner_uid = ".$_SESSION["uid"]."
- GROUP BY tag_name ORDER BY count DESC LIMIT 50";
+ GROUP BY tag_name ORDER BY count DESC LIMIT 100";
$result = db_query($link, $query);