mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
asdjioashjgvkiushfgniukowrehjgiulwrhboi
This commit is contained in:
parent
6c29d40099
commit
6b2a6ae8cd
1 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,10 @@ final class Wall extends VKAPIRequestHandler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$groups[] = $attachment->isPostedOnBehalfOfGroup() ? $attachment->getOwner()->getId() * -1 : $attachment->getOwner()->getId();
|
if ($attachment->isPostedOnBehalfOfGroup())
|
||||||
|
$groups[] = $attachment->getOwner()->getId();
|
||||||
|
else
|
||||||
|
$profiles[] = $attachment->getOwner()->getId();
|
||||||
|
|
||||||
$repost[] = [
|
$repost[] = [
|
||||||
"id" => $attachment->getVirtualId(),
|
"id" => $attachment->getVirtualId(),
|
||||||
|
|
Loading…
Reference in a new issue