"uri-id" instead of "uri" or "id"
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user