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.
1 parent 945596b commit fe48ab1Copy full SHA for fe48ab1
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