]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
UUID is now createUUID
[friendica.git] / mod / subthread.php
index 901bb0129b2809cc0bd429e72ef5defffedcbda3..105cf60feb7f1e3d3a3ba458c3b37625a149f29c 100644 (file)
@@ -108,7 +108,7 @@ EOT;
 
        $arr = [];
 
-       $arr['guid'] = System::UUID();
+       $arr['guid'] = System::createUUID();
        $arr['uri'] = $uri;
        $arr['uid'] = $owner_uid;
        $arr['contact-id'] = $contact['id'];