8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945596b + fe48ab1 commit 5e89278Copy full SHA for 5e89278
src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php
@@ -66,7 +66,7 @@ public function loadChoiceList($value = null)
66
return $this->choiceList;
67
}
68
69
- return $this->choiceList = new ArrayChoiceList($this->getTimezones(), $value);
+ return $this->choiceList = new ArrayChoiceList(self::getTimezones(), $value);
70
71
72
/**
0 commit comments