Update Post\UserInfoFromIP
This commit is contained in:
parent
fabe431bf8
commit
56a754cf63
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class UserInfoFromIP extends Action
|
|||
$ids = [];
|
||||
|
||||
while ($row = $stmt->fetch()) {
|
||||
if (1 === $row['poster_id']) {
|
||||
if ($row['poster_id'] < 1) {
|
||||
$result[] = $row['poster'];
|
||||
} elseif (empty($ids[$row['poster_id']])) {
|
||||
$result[] = $row['poster_id'];
|
||||
|
|
Loading…
Add table
Reference in a new issue