mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
system: style fix in previous
This commit is contained in:
parent
5d60cd1f29
commit
a9f41407a9
@ -1397,7 +1397,7 @@ function system_timezone_configure()
|
||||
|
||||
/* reset to default if empty or nonexistent */
|
||||
if (empty($timezone) || !in_array($timezone, $timezones) ||
|
||||
!file_exists(sprintf('/usr/share/zoneinfo/%s', $timezone))) {
|
||||
!file_exists(sprintf('/usr/share/zoneinfo/%s', $timezone))) {
|
||||
$timezone = 'Etc/UTC';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user