mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
UUID instead of GUID
This commit is contained in:
parent
9ec30010c5
commit
60b0759b50
13 changed files with 40 additions and 47 deletions
|
@ -314,7 +314,7 @@ class Event extends BaseObject
|
|||
|
||||
Addon::callHooks('event_updated', $event['id']);
|
||||
} else {
|
||||
$event['guid'] = defaults($arr, 'guid', System::createGUID(32));
|
||||
$event['guid'] = defaults($arr, 'guid', System::UUID());
|
||||
|
||||
// New event. Store it.
|
||||
DBA::insert('event', $event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue