1
1
Fork 0

UUID is now createUUID

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

View file

@ -97,7 +97,7 @@ function poke_init(App $a)
$arr = [];
$arr['guid'] = System::UUID();
$arr['guid'] = System::createUUID();
$arr['uid'] = $uid;
$arr['uri'] = $uri;
$arr['parent-uri'] = (!empty($parent_uri) ? $parent_uri : $uri);