Bugfix: Always comment on the correct entry

2022.09-rc
Michael 2018-01-22 17:16:46 +00:00
rodzic 316d57d186
commit e8effad7f2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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