This commit is contained in:
Possum 2015-05-22 12:24:03 +02:00
parent 089d9f734a
commit 6ac8d29d18
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ class IntlDateFormatter
/**
* @var bool
*/
private $unitializedTimeZoneId = false;
private $uninitializedTimeZoneId = false;
/**
* @var string
@ -371,7 +371,7 @@ class IntlDateFormatter
*/
public function getTimeZoneId()
{
if (!$this->unitializedTimeZoneId) {
if (!$this->uninitializedTimeZoneId) {
return $this->timeZoneId;
}
@ -551,7 +551,7 @@ class IntlDateFormatter
$timeZoneId = getenv('TZ') ?: 'UTC';
}
$this->unitializedTimeZoneId = true;
$this->uninitializedTimeZoneId = true;
}
// Backup original passed time zone