Fix names of methods
This commit is contained in:
parent
d98b5c62d9
commit
36bd3791e6
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ class Delete extends Action
|
|||
}
|
||||
|
||||
if ($uidsUpdate) {
|
||||
$this->c->users->UpdateCountTopics(...$uidsUpdate);
|
||||
$this->c->users->updateCountTopics(...$uidsUpdate);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue