Merge pull request #5812 from annando/develop
Issue 5811: "objects" instead of "object"
This commit is contained in:
commit
1f7cb530c7
6 changed files with 9 additions and 9 deletions
|
@ -78,7 +78,7 @@ function display_init(App $a)
|
|||
}
|
||||
|
||||
if (ActivityPub::isRequest()) {
|
||||
goaway(str_replace('display/', 'object/', $a->query_string));
|
||||
goaway(str_replace('display/', 'objects/', $a->query_string));
|
||||
}
|
||||
|
||||
if ($item["id"] != $item["parent"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue