diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-02-24 09:13:44 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-02-24 09:18:51 +0000 |
| commit | 353937a496fdec617e7a156511a9248ae3a4ab8c (patch) | |
| tree | c5e2d6d61dcd0698b0aefc931190b2a572b4c660 /app/Http/RequestHandlers/CalendarEvents.php | |
| parent | bfed30e4637307a4679a3e3e333171c671154b8b (diff) | |
| download | webtrees-353937a496fdec617e7a156511a9248ae3a4ab8c.tar.gz webtrees-353937a496fdec617e7a156511a9248ae3a4ab8c.tar.bz2 webtrees-353937a496fdec617e7a156511a9248ae3a4ab8c.zip | |
CodeStyle
Diffstat (limited to 'app/Http/RequestHandlers/CalendarEvents.php')
| -rw-r--r-- | app/Http/RequestHandlers/CalendarEvents.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/CalendarEvents.php b/app/Http/RequestHandlers/CalendarEvents.php index bae0ab1721..ea7cbaee00 100644 --- a/app/Http/RequestHandlers/CalendarEvents.php +++ b/app/Http/RequestHandlers/CalendarEvents.php @@ -169,7 +169,7 @@ class CalendarEvents implements RequestHandlerInterface $week_start = (I18N::locale()->territory()->firstDay() + 6) % 7; $weekend_start = (I18N::locale()->territory()->weekendStart() + 6) % 7; $weekend_end = (I18N::locale()->territory()->weekendEnd() + 6) % 7; - + // The French calendar has a 10-day week, which starts on primidi. if ($days_in_week === 10) { $week_start = 0; |
