Fix indentation
This commit is contained in:
parent
c99ac18b89
commit
05a0fd8aab
1 changed files with 30 additions and 29 deletions
|
@ -2102,9 +2102,10 @@ $("#rcmfd_new_category").keypress(function(event) {
|
|||
if ($organizer === null && !empty($event['organizer'])) {
|
||||
$organizer = $event['organizer'];
|
||||
$organizer['role'] = 'ORGANIZER';
|
||||
if (!is_array($event['attendees']))
|
||||
if (!is_array($event['attendees'])) {
|
||||
$event['attendees'] = [$organizer];
|
||||
}
|
||||
}
|
||||
|
||||
// Convert HTML description into plain text
|
||||
if ($this->is_html($event)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue