Commit a87e64c6 by Qiang Xue

Fixed duplicated merge.

parent 71897b4b
...@@ -92,10 +92,6 @@ class Application extends Module ...@@ -92,10 +92,6 @@ class Application extends Module
$this->setTimeZone('UTC'); $this->setTimeZone('UTC');
} }
if (!ini_get('date.timezone')) {
$this->setTimeZone('UTC');
}
$this->registerErrorHandlers(); $this->registerErrorHandlers();
$this->registerCoreComponents(); $this->registerCoreComponents();
......
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