]> git.wh0rd.org - tt-rss.git/commitdiff
fix typo
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 1 Dec 2017 19:07:39 +0000 (22:07 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 1 Dec 2017 19:07:39 +0000 (22:07 +0300)
classes/feeds.php

index a9f479a519d226f95ffc4b098bc9f2055054dbef..f2244ae89a0404f5dedc6fd8a7c4ef3533ce418e 100755 (executable)
@@ -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]);