Merge pull request #4087 from annando/parameter-mismatcg

Bugfix for Parameter mismatch
This commit is contained in:
Hypolite Petovan 2017-12-17 09:36:42 -05:00 committed by GitHub
commit 5aa870454b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,6 @@ class Group extends BaseObject
FROM `group`
WHERE `group`.`uid` = ?;",
local_user(),
local_user(),
local_user()
);