mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 08:58:53 +00:00
Compare commits
2 commits
4f6cded8de
...
0d73ba3654
Author | SHA1 | Date | |
---|---|---|---|
|
0d73ba3654 | ||
|
50cf4892ea |
1 changed files with 5 additions and 2 deletions
|
@ -445,8 +445,11 @@ class content_visibility
|
|||
{
|
||||
if ($row['post_postcount'] && !isset($poster_postcounts[(int) $row['poster_id']]))
|
||||
{
|
||||
if($row['post_visibility'] != 0 || $visibility != ITEM_DELETED ){
|
||||
$poster_postcounts[(int) $row['poster_id']] = 1;
|
||||
}
|
||||
}
|
||||
|
||||
else if ($row['post_postcount'])
|
||||
{
|
||||
$poster_postcounts[(int) $row['poster_id']]++;
|
||||
|
|
Loading…
Add table
Reference in a new issue