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