mirror of
https://github.com/friendica/friendica
synced 2025-04-29 02:24:22 +02:00
UUID is now createUUID
This commit is contained in:
parent
5639054699
commit
cb9be8a7ab
12 changed files with 20 additions and 20 deletions
|
@ -3200,7 +3200,7 @@ class Diaspora
|
|||
$author = self::myHandle($owner);
|
||||
|
||||
$message = ["author" => $author,
|
||||
"guid" => System::UUID(),
|
||||
"guid" => System::createUUID(),
|
||||
"parent_type" => "Post",
|
||||
"parent_guid" => $item["guid"]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue