Bugfix for Parameter mismatch

This commit is contained in:
Michael 2017-12-17 14:30:28 +00:00
parent de56a3a824
commit 940c8fc4cd
1 changed files with 0 additions and 1 deletions

View File

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