mirror of
https://github.com/openvk/openvk
synced 2024-12-22 08:31:18 +03:00
fix(wall): attempt to fix invisible post betwee...
...n page 1 and 2 with pinned post on wall
This commit is contained in:
parent
2af8447a0f
commit
74e998add4
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ class Posts
|
|||
$offset--;
|
||||
}
|
||||
}
|
||||
} /*else if(!is_null($offset)) {
|
||||
} else if(!is_null($offset) && $pinPost) {
|
||||
$offset--;
|
||||
}*/
|
||||
}
|
||||
|
||||
$sel = $this->posts->where([
|
||||
"wall" => $user,
|
||||
|
|
Loading…
Reference in a new issue