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