mirror of
https://github.com/openvk/openvk
synced 2025-03-15 05:55:29 +03:00
fck
This commit is contained in:
parent
213f1e286c
commit
3809b82cec
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ final class Wall extends VKAPIRequestHandler
|
|||
$iteratorv = $posts->getSuggestedPosts($owner_id * -1, 1, $count, $offset);
|
||||
$cnt = $posts->getSuggestedPostsCount($owner_id * -1);
|
||||
} else {
|
||||
$iteratorv = $posts->getSuggestedPosts($owner_id * -1, 1, $count, $offset);
|
||||
$cnt = $posts->getSuggestedPostsCount($owner_id * -1);
|
||||
$iteratorv = $posts->getSuggestedPostsByUser($owner_id * -1, $this->getUser()->getId(), 1, $count, $offset);
|
||||
$cnt = $posts->getSuggestedPostsCountByUser($owner_id * -1, $this->getUser()->getId());
|
||||
}
|
||||
} else {
|
||||
$this->fail(528, "Suggested posts avaiable only at groups");
|
||||
|
|
Loading…
Reference in a new issue