1
1
Fork 0

UUID instead of GUID

This commit is contained in:
Michael 2018-09-26 20:03:46 +00:00
commit 60b0759b50
13 changed files with 40 additions and 47 deletions

View file

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