summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f18bdbce5..cae25525f 100644
--- a/functions.php
+++ b/functions.php
@@ -2654,7 +2654,7 @@
WHERE ttrss_feeds.id = feed_id AND
hidden = false AND
ttrss_labels2.owner_uid = '$owner_uid'
- GROUP BY id, caption");
+ GROUP BY ttrss_labels2.id, caption");
while ($line = db_fetch_assoc($result)) {