mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
sessions: PDO
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
$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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user