Skip to content

Commit

Permalink
Fix deletion of old users
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow committed Dec 19, 2024
1 parent f9e8a9a commit 7178b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ function ($carry, $type) use ($item) {
}
}
}

self::removeAssignUsers($item);
return $item;
}
}
Expand Down

0 comments on commit 7178b11

Please sign in to comment.