Commit 49a4314a by Benjamin Wöster

fix: remove pointless unset

parent 6d46abcd
...@@ -90,7 +90,6 @@ class Application extends Module ...@@ -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();
......
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