Issue 5811: "objects" instead of "object"
This commit is contained in:
+1
-1
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user