Fix names of methods

This commit is contained in:
Visman 2021-12-23 13:09:45 +07:00
parent d98b5c62d9
commit 36bd3791e6
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ class Delete extends Action
}
if ($uidsUpdate) {
$this->c->users->UpdateCountTopics(...$uidsUpdate);
$this->c->users->updateCountTopics(...$uidsUpdate);
}
}
}

View file

@ -104,7 +104,7 @@ class Merge extends Action
}
if ($users) {
$this->c->users->UpdateCountTopics(...$users);
$this->c->users->updateCountTopics(...$users);
}
} else {
$this->c->topics->update($firstTopic->calcStat());