]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ForumManager.php
Notifications do work now again
[friendica.git] / src / Content / ForumManager.php
index e9dab41ef9a26da1454993918b88f63a54d22a1a..ff2e9aa6f1b6e473c0e3f08ee2bf98d7e3d5c56b 100644 (file)
@@ -199,7 +199,7 @@ class ForumManager
                $stmtContacts = DBA::p(
                        "SELECT `contact`.`id`, `contact`.`name`, COUNT(*) AS `count` FROM `item`
                                INNER JOIN `contact` ON `item`.`contact-id` = `contact`.`id`
-                               WHERE `item`.`uid` = %d AND `item`.`visible` AND NOT `item`.`deleted` AND `item`.`unseen`
+                               WHERE `item`.`uid` = ? AND `item`.`visible` AND NOT `item`.`deleted` AND `item`.`unseen`
                                AND `contact`.`network`= 'dfrn' AND (`contact`.`forum` OR `contact`.`prv`)
                                AND NOT `contact`.`blocked` AND NOT `contact`.`hidden`
                                AND NOT `contact`.`pending` AND NOT `contact`.`archive`