Skip to content

Commit cb7df85

Browse files
author
Jim Hu
committed
change timezone to cookie_timezone in congig.php line 45
1 parent 40bce87 commit cb7df85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/init/configs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
if (isset($phpicalendar['cookie_startday'])) $phpiCal_config->setProperty('week_start_day', $phpicalendar['cookie_startday']);
4343
if (isset($phpicalendar['cookie_time'])) $phpiCal_config->setProperty('day_start', $phpicalendar['cookie_time']);
4444
if (isset($phpicalendar['cookie_endtime'])) $phpiCal_config->setProperty('day_end', $phpicalendar['cookie_endtime']);
45-
if (isset($phpicalendar['cookie_timezone'])) $phpiCal_config->setProperty('timezone', $phpicalendar['timezone']);
45+
if (isset($phpicalendar['cookie_timezone'])) $phpiCal_config->setProperty('timezone', $phpicalendar['cookie_timezone']);
4646
}
4747

4848
# language support

0 commit comments

Comments
 (0)