From aee3f0e6d95f58e89bef305c9c2e3fcbc91fe17d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Dec 2017 22:07:39 +0300 Subject: [PATCH] fix typo --- classes/feeds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/feeds.php b/classes/feeds.php index a9f479a5..f2244ae8 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -1668,7 +1668,7 @@ class Feeds extends Handler_Protected { $sth = $pdo->prepare("SELECT id FROM ttrss_feeds WHERE (cat_id = :cat OR (:cat IS NULL AND cat_id IS NULL)) - AND owner_uid = ?"); + AND owner_uid = :uid"); $sth->execute([":cat" => $cat, ":uid" => $owner_uid]); -- 2.39.2