]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Move HTML purification to own method in Content\Text\HTML
[friendica.git] / mod / notes.php
index b0709eb9523d7f7f3479f0ae876c40a20d700399..b7f840b08c92710c76a283e2df09407c2a88664e 100644 (file)
@@ -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;