mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
fix typo
This commit is contained in:
@@ -1668,7 +1668,7 @@ class Feeds extends Handler_Protected {
|
|||||||
|
|
||||||
$sth = $pdo->prepare("SELECT id FROM ttrss_feeds
|
$sth = $pdo->prepare("SELECT id FROM ttrss_feeds
|
||||||
WHERE (cat_id = :cat OR (:cat IS NULL AND cat_id IS NULL))
|
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]);
|
$sth->execute([":cat" => $cat, ":uid" => $owner_uid]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user