Update User\UpdateCountPosts

This commit is contained in:
Visman 2021-12-04 20:42:48 +07:00
parent f7b131c287
commit 6272bcdbde

View file

@ -35,7 +35,7 @@ class UpdateCountPosts extends Action
}
}
// сообщения гостя не считаем
unset($ids[0]);
unset($ids[0]); // ????
if (empty($ids)) {
$where = 'u.id > 0';