mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-11 19:11:04 +02:00
get_feed_access_key: param type bullshit
This commit is contained in:
parent
6cf3a57282
commit
ed5cd6eae5
@ -2051,7 +2051,7 @@
|
||||
$sth = $pdo->prepare("SELECT access_key FROM ttrss_access_keys
|
||||
WHERE feed_id = ? AND is_cat = ?
|
||||
AND owner_uid = ?");
|
||||
$sth->execute([$feed_id, $is_cat, $owner_uid]);
|
||||
$sth->execute([$feed_id, (int)$is_cat, $owner_uid]);
|
||||
|
||||
if ($row = $sth->fetch()) {
|
||||
return $row["access_key"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user