Minor fixes

This commit is contained in:
Wruczek
2019-06-05 02:31:19 +02:00
parent 2c23889da0
commit efe0e5a6ad
5 changed files with 13 additions and 8 deletions

View File

@ -103,7 +103,7 @@ class Assigner {
$groupsToAdd[] = $group;
}
// REMOVE GROUP if the group is currently assigned, but the user does not want to be inside it
// REMOVE GROUP if the group is currently assigned, but the user does not want to have it
if ($isAssigned && !$wantToAssign) {
$groupsToRemove[] = $group;
}