Commit 9d9d882b authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 282597: GetGroupsByUserId() in buglist.cgi fails to return correct information

Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
parent d3f8bf36
......@@ -315,7 +315,7 @@ sub GetGroupsByUserId {
AND user_group_map.group_id = groups.id
AND isbuggroup = 1
ORDER BY description "
, {}, ($userid));
, {Slice => {}}, ($userid));
return $groups;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment