]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge pull request #10479 from MrPetovan/task/9378-merge-share-template
[friendica.git] / mod / notes.php
index b0709eb9523d7f7f3479f0ae876c40a20d700399..2b8c20783ab4ce1bbf5470d5341919fe12797483 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -82,7 +82,7 @@ function notes_content(App $a, $update = false)
 
        $params = ['order' => ['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;