1
0
Fork 0

Merge pull request #5812 from annando/develop

Issue 5811: "objects" instead of "object"
This commit is contained in:
Hypolite Petovan 2018-10-02 22:11:28 -04:00 committed by GitHub
commit 1f7cb530c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -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"]) {