mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00: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
|
@ -2361,7 +2361,7 @@ class Item extends BaseObject
|
|||
$guid = System::createUUID();
|
||||
}
|
||||
|
||||
return self::getApp()->get_baseurl() . '/object/' . $guid;
|
||||
return self::getApp()->get_baseurl() . '/objects/' . $guid;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue