]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
moved get_guid to System::createGUID
[friendica.git] / src / Protocol / Diaspora.php
index 2ce54317eba82db136ed2beac6b423b8088c1a1f..ccd825d4e17bb2350a7152e81981780df057fd5a 100644 (file)
@@ -3220,7 +3220,7 @@ class Diaspora
                $author = self::myHandle($owner);
 
                $message = ["author" => $author,
-                               "guid" => get_guid(32),
+                               "guid" => System::createGUID(32),
                                "parent_type" => "Post",
                                "parent_guid" => $item["guid"]];