Fixes when displaying lists of users in group mode
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@
|
||||
|
||||
if ($currentgroup) {
|
||||
$groupselect = " AND groupid = '$currentgroup'";
|
||||
$groupparam = "&group=$currentgroup";
|
||||
$groupparam = "&groupid=$currentgroup";
|
||||
} else {
|
||||
$groupselect = "";
|
||||
$groupparam = "";
|
||||
|
||||
Reference in New Issue
Block a user