mirror of
https://github.com/friendica/friendica
synced 2024-11-19 12:23:40 +00:00
Merge pull request #4087 from annando/parameter-mismatcg
Bugfix for Parameter mismatch
This commit is contained in:
commit
5aa870454b
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ class Group extends BaseObject
|
|||
FROM `group`
|
||||
WHERE `group`.`uid` = ?;",
|
||||
local_user(),
|
||||
local_user(),
|
||||
local_user()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue