]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
UUID instead of GUID
[friendica.git] / mod / subthread.php
index 1153f2147d7c5efcb11f2f71b141fda086640253..901bb0129b2809cc0bd429e72ef5defffedcbda3 100644 (file)
@@ -108,7 +108,7 @@ EOT;
 
        $arr = [];
 
-       $arr['guid'] = System::createGUID(32);
+       $arr['guid'] = System::UUID();
        $arr['uri'] = $uri;
        $arr['uid'] = $owner_uid;
        $arr['contact-id'] = $contact['id'];