mirror of
https://github.com/friendica/friendica
synced 2025-04-21 04:30:11 +00:00
UUID is now createUUID
This commit is contained in:
parent
5639054699
commit
cb9be8a7ab
12 changed files with 20 additions and 20 deletions
|
@ -495,7 +495,7 @@ class User
|
|||
$spubkey = $sres['pubkey'];
|
||||
|
||||
$insert_result = DBA::insert('user', [
|
||||
'guid' => System::UUID(),
|
||||
'guid' => System::createUUID(),
|
||||
'username' => $username,
|
||||
'password' => $new_password_encoded,
|
||||
'email' => $email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue