From 71b75bb7faabf9e662d76a292c8260634160afee Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Jan 2016 19:03:05 +0300 Subject: fix multiple issues with archived feeds --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions2.php') diff --git a/include/functions2.php b/include/functions2.php index fb2fff286..15797a95d 100755 --- a/include/functions2.php +++ b/include/functions2.php @@ -1410,7 +1410,7 @@ if ($line["orig_feed_id"]) { $tmp_result = db_query("SELECT * FROM ttrss_archived_feeds - WHERE id = ".$line["orig_feed_id"]); + WHERE id = ".$line["orig_feed_id"] . " AND owner_uid = " . $_SESSION["uid"]); if (db_num_rows($tmp_result) != 0) { -- cgit v1.2.3