UUID is now createUUID

This commit is contained in:
Michael 2018-09-27 11:52:15 +00:00
parent 5639054699
commit cb9be8a7ab
12 changed files with 20 additions and 20 deletions

View file

@ -4534,7 +4534,7 @@ function post_photo_item($hash, $allow_cid, $deny_cid, $allow_gid, $deny_gid, $f
$owner_record = DBA::selectFirst('contact', [], ['uid' => api_user(), 'self' => true]);
$arr = [];
$arr['guid'] = System::UUID();
$arr['guid'] = System::createUUID();
$arr['uid'] = intval(api_user());
$arr['uri'] = $uri;
$arr['parent-uri'] = $uri;