mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Merge pull request #4305 from annando/tag-comment
Bugfix: Always comment on the correct entry
This commit is contained in:
commit
0d697cffc7
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ function networkThreadedView(App $a, $update = 0)
|
|||
|
||||
if (count($data) > 0) {
|
||||
logger('Tagged items: ' . count($data) . ' - ' . $bottom_limit . ' - ' . $top_limit . ' - ' . local_user()); //$last_date);
|
||||
$r = array_merge($r, $data);
|
||||
$r = array_merge($data, $r);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue