mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
We don't need to escape values anymore
This commit is contained in:
parent
2e0697c70e
commit
83ff2b0382
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue