Issue 5811: "objects" instead of "object"

This commit is contained in:
Michael 2018-10-02 20:12:38 +00:00
parent c02dea7b02
commit 518d461a8f
6 changed files with 6 additions and 6 deletions

View file

@ -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;
}
/**