summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 05:03:26 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 05:03:26 +0100
commit448b0abdd5b3292a411958576b3d27d329e085ac (patch)
treeff339e1c6ba5ba7059231c8b22454a99770ae3ca /functions.php
parent8a797376557016ce3413ac05f593e38af181a69c (diff)
security fix for op=digestTest
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 7ec46f097..3dbe0f84b 100644
--- a/functions.php
+++ b/functions.php
@@ -2398,6 +2398,7 @@
WHERE
ref_id = ttrss_entries.id AND feed_id = ttrss_feeds.id
AND $interval_query
+ AND ttrss_user_entries.owner_uid = $user_id
AND unread = true ORDER BY ttrss_feeds.title, date_entered DESC
LIMIT $limit");