mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Merge
This commit is contained in:
parent
c2a9b3b9e9
commit
70e5639e29
17 changed files with 34 additions and 7 deletions
|
@ -96,6 +96,7 @@ class Transmitter
|
|||
while ($contact = DBA::fetch($contacts)) {
|
||||
$list[] = $contact['url'];
|
||||
}
|
||||
DBA::close($contacts);
|
||||
|
||||
if (!empty($list)) {
|
||||
$data['next'] = DI::baseUrl() . '/followers/' . $owner['nickname'] . '?page=' . ($page + 1);
|
||||
|
@ -145,6 +146,7 @@ class Transmitter
|
|||
while ($contact = DBA::fetch($contacts)) {
|
||||
$list[] = $contact['url'];
|
||||
}
|
||||
DBA::close($contacts);
|
||||
|
||||
if (!empty($list)) {
|
||||
$data['next'] = DI::baseUrl() . '/following/' . $owner['nickname'] . '?page=' . ($page + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue