Update User\UpdateCountPosts
This commit is contained in:
parent
f7b131c287
commit
6272bcdbde
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class UpdateCountPosts extends Action
|
|||
}
|
||||
}
|
||||
// сообщения гостя не считаем
|
||||
unset($ids[0]);
|
||||
unset($ids[0]); // ????
|
||||
|
||||
if (empty($ids)) {
|
||||
$where = 'u.id > 0';
|
||||
|
|
Loading…
Add table
Reference in a new issue