From 448b0abdd5b3292a411958576b3d27d329e085ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Aug 2006 05:03:26 +0100 Subject: security fix for op=digestTest --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') 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"); -- cgit v1.2.3