mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:10:17 +00:00
Issue 12524: Fix first day of week
This commit is contained in:
parent
08bfd37cac
commit
46fdf696ee
2 changed files with 2 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue