X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=2b8c20783ab4ce1bbf5470d5341919fe12797483;hb=7789ea25079801ee1425368e9bf2f7ce80d16d88;hp=9fa34e52627e73f8417d55857d707ecd615c546c;hpb=5e846dd7c29fe93e583c195e97513e221dac31b9;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 9fa34e5262..2b8c20783a 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -1,6 +1,6 @@ ['created' => true], 'limit' => [$pager->getStart(), $pager->getItemsPerPage()]]; - $r = Post::selectForUser(local_user(), ['uri-id'], $condition, $params); + $r = Post::selectThreadForUser(local_user(), ['uri-id'], $condition, $params); $count = 0;