Fix PM\Delete

for 
This commit is contained in:
Visman 2021-12-05 18:07:22 +07:00
parent 488982bb1f
commit 110febd219

View file

@ -186,8 +186,6 @@ class Delete extends Method
$this->deletePTopics($ids);
unset($uids[1]);
foreach ($this->c->users->loadByIds($uids) as $user) {
if ($user instanceof User) {
$calcUsers[$user->id] = $user;