Issue 12524: Fix first day of week

This commit is contained in:
Michael 2022-12-25 22:45:34 +00:00
parent 08bfd37cac
commit 46fdf696ee
2 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,7 @@ class Display extends BaseSettings
];
$first_day_of_week = $this->pConfig->get($uid, 'system', 'first_day_of_week', 0);
$first_day_of_week = $this->pConfig->get($uid, 'calendar', 'first_day_of_week', 0);
$weekdays = [
0 => $this->t('Sunday'),
1 => $this->t('Monday'),