getFeedCounters: pass parameter correctly to PDO

master
Andrew Dolgov 4 years ago
parent 6080cca9ca
commit 2f6741e49a

@ -85,7 +85,7 @@ class Counters {
WHERE f.id = ue.feed_id AND ue.owner_uid = :uid
GROUP BY f.id");
$sth->execute([$_SESSION['uid']]);
$sth->execute(["uid" => $_SESSION['uid']]);
while ($line = $sth->fetch()) {

Loading…
Cancel
Save