mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Indentions
This commit is contained in:
parent
44ac0275ab
commit
73ecf2100e
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class Event extends BaseObject
|
|||
$event['id'] = intval(defaults($arr, 'id' , 0));
|
||||
$event['uid'] = intval(defaults($arr, 'uid' , 0));
|
||||
$event['cid'] = intval(defaults($arr, 'cid' , 0));
|
||||
$event['guid'] = defaults($arr, 'guid', System::createUUID());
|
||||
$event['guid'] = defaults($arr, 'guid' , System::createUUID());
|
||||
$event['uri'] = defaults($arr, 'uri' , Item::newURI($event['uid'], $event['guid']));
|
||||
$event['type'] = defaults($arr, 'type' , 'event');
|
||||
$event['summary'] = defaults($arr, 'summary' , '');
|
||||
|
|
Loading…
Reference in a new issue