|
|
@ -90,7 +90,6 @@ class Application extends Module |
|
|
|
unset($config['timeZone']); |
|
|
|
unset($config['timeZone']); |
|
|
|
} elseif (!ini_get('date.timezone')) { |
|
|
|
} elseif (!ini_get('date.timezone')) { |
|
|
|
$this->setTimeZone('UTC'); |
|
|
|
$this->setTimeZone('UTC'); |
|
|
|
unset($config['timeZone']); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$this->registerErrorHandlers(); |
|
|
|
$this->registerErrorHandlers(); |
|
|
|