]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
Curl Response Refactoring
[friendica.git] / mod / subthread.php
index 1153f2147d7c5efcb11f2f71b141fda086640253..105cf60feb7f1e3d3a3ba458c3b37625a149f29c 100644 (file)
@@ -108,7 +108,7 @@ EOT;
 
        $arr = [];
 
-       $arr['guid'] = System::createGUID(32);
+       $arr['guid'] = System::createUUID();
        $arr['uri'] = $uri;
        $arr['uid'] = $owner_uid;
        $arr['contact-id'] = $contact['id'];