This commit is contained in:
Andrew Dolgov 2017-12-01 22:07:39 +03:00
parent 7fc303e6ab
commit aee3f0e6d9
1 changed files with 1 additions and 1 deletions

View File

@ -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]);