Merge pull request #4305 from annando/tag-comment

Bugfix: Always comment on the correct entry
This commit is contained in:
Hypolite Petovan
2018-01-22 12:25:45 -05:00
committed by GitHub

View File

@@ -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);
}
}