]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
sessions: PDO
[tt-rss.git] / include / functions.php
index e366a49650306d93a849f4a9896681608dadff1b..07f4f0f641023488d5aca5ba2720485ba8444c07 100644 (file)
                $pdo = Db::pdo();
 
                $sth = $pdo->prepare("SELECT owner_uid FROM ttrss_feeds WHERE id = ?");
-               $sth->execute($feed_id);
+               $sth->execute([$feed_id]);
 
                $owner_uid = false;