The list of members should be space separated.
This commit is contained in:
parent
d6812f56bc
commit
c05e0eb0ed
@ -270,7 +270,7 @@ sub new {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return any { $_ eq $user } split ',', $members;
|
return any { $_ eq $user } split ' ', $members;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user