@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | private function _find_suspects_event(org_openpsa_calendar_event_dba $event, org_openpsa_relatedto_dba $defaults, array &$links_array) |
48 | 48 | { |
49 | - if ( !is_array($event->participants) |
|
49 | + if (!is_array($event->participants) |
|
50 | 50 | || count($event->participants) < 2) { |
51 | 51 | //We have invalid list or less than two participants, abort |
52 | 52 | return; |
@@ -48,7 +48,7 @@ |
||
48 | 48 | */ |
49 | 49 | private function _find_suspects_event(org_openpsa_calendar_event_dba $event, org_openpsa_relatedto_dba $defaults, array &$links_array) |
50 | 50 | { |
51 | - if ( !is_array($event->participants) |
|
51 | + if (!is_array($event->participants) |
|
52 | 52 | || count($event->participants) < 1) { |
53 | 53 | //We have invalid list or zero participants, abort |
54 | 54 | return; |