Skip to content

Commit 468de44

Browse files
Fix typo
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
1 parent 0eaeef2 commit 468de44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/Service/GoogleCalendarAPIService.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ private function generateEventData(array $e, array $exceptions, int $ncCalId, ar
199199
$eventData .= 'CLASS:PUBLIC' . "\n"
200200
. 'END:VEVENT' . "\n";
201201

202-
foreach ($exceptions as $candiateException) {
203-
if (($candiateException['recurringEventId'] == $e['id']) && ($candiateException['id'] != $e['id'])) {
204-
$eventData .= $this->generateEventData($candiateException, $exceptions, $ncCalId, $eventColors);
202+
foreach ($exceptions as $candidateException) {
203+
if (($candidateException['recurringEventId'] == $e['id']) && ($candidateException['id'] != $e['id'])) {
204+
$eventData .= $this->generateEventData($candidateException, $exceptions, $ncCalId, $eventColors);
205205
}
206206
}
207207

0 commit comments

Comments
 (0)