Bugfix: Always comment on the correct entry
authorMichael <heluecht@pirati.ca>
Mon, 22 Jan 2018 17:16:46 +0000 (17:16 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 22 Jan 2018 17:16:46 +0000 (17:16 +0000)
mod/network.php

index 5362a56..5b7cf83 100644 (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);
                }
        }