]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ForumManager.php
fixing error "json not defined" in frio
[friendica.git] / src / Content / ForumManager.php
index ff2e9aa6f1b6e473c0e3f08ee2bf98d7e3d5c56b..af2c3725c40700f6a3d068d6f348fb4a3c72de1f 100644 (file)
@@ -205,7 +205,7 @@ class ForumManager
                                AND NOT `contact`.`pending` AND NOT `contact`.`archive`
                                AND `contact`.`success_update` > `failure_update`
                                GROUP BY `contact`.`id` ",
-                       intval(local_user())
+                       local_user()
                );
 
                return DBA::toArray($stmtContacts);