mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
ApplicationBootstrap: Fix method name case
This commit is contained in:
parent
01b93024f6
commit
a0ed272cb8
@ -648,7 +648,7 @@ abstract class ApplicationBootstrap
|
||||
*/
|
||||
final protected function setupTimezone()
|
||||
{
|
||||
$timezone = $this->detectTimeZone();
|
||||
$timezone = $this->detectTimezone();
|
||||
if ($timezone === null || @date_default_timezone_set($timezone) === false) {
|
||||
date_default_timezone_set(@date_default_timezone_get());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user