We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9a17 commit 7026407Copy full SHA for 7026407
1 file changed
formats/calendar/SRF_Calendar.php
@@ -393,7 +393,7 @@ public function displayCalendar( $events ) {
393
$lastDayOfWeek = 7;
394
} else {
395
$firstDayOfWeek =
396
- array_search( $srfgFirstDayOfWeek, $weekDayNames );
+ array_search( wfMessage( $srfgFirstDayOfWeek )->text(), $weekDayNames );
397
if ( $firstDayOfWeek === false ) {
398
// Bad value for $srfgFirstDayOfWeek!
399
print 'Warning: Bad value for $srfgFirstDayOfWeek "' .
0 commit comments