This commit is contained in:
Yuri Kuznetsov
2021-12-29 12:51:27 +02:00
parent 8973959910
commit cb5fdfba85
@@ -134,8 +134,6 @@ class HookProcessor
$removedById = $options['modifiedById'] ?? $this->user->getId();
$removedByName = $this->getUserNameById($removedById);
echo $removedByName . ' ';
foreach ($userIdList as $userId) {
if ($userId === $removedById) {
continue;