Browse Source

Fixed duplicated merge.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
a87e64c650
  1. 4
      yii/base/Application.php

4
yii/base/Application.php

@ -92,10 +92,6 @@ class Application extends Module
$this->setTimeZone('UTC');
}
if (!ini_get('date.timezone')) {
$this->setTimeZone('UTC');
}
$this->registerErrorHandlers();
$this->registerCoreComponents();

Loading…
Cancel
Save