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