Some more

This commit is contained in:
Michael
2017-11-07 21:53:11 +00:00
parent ab73dbf346
commit 5a6fa4ae87
5 changed files with 22 additions and 36 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ function cal_content(App $a) {
nav_set_selected('events');
// First day of the week (0 = Sunday)
$firstDay = PConfig::get(local_user(),'system','first_day_of_week');
if ($firstDay === false) $firstDay=0;
$firstDay = PConfig::get(local_user(),'system','first_day_of_week', 0);
// get the translation strings for the callendar
$i18n = get_event_strings();