mirror of
https://github.com/friendica/friendica
synced 2025-05-09 16:24:12 +02:00
Issue 5811: "objects" instead of "object"
This commit is contained in:
parent
c02dea7b02
commit
518d461a8f
6 changed files with 6 additions and 6 deletions
|
@ -1598,7 +1598,7 @@ class Diaspora
|
|||
unset($parts['path']);
|
||||
$host_url = Network::unparseURL($parts);
|
||||
|
||||
return $host_url . '/object/' . $guid;
|
||||
return $host_url . '/objects/' . $guid;
|
||||
}
|
||||
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue