Commit a9f41407 authored by Franco Fichtner's avatar Franco Fichtner

system: style fix in previous

parent 5d60cd1f
......@@ -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';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment