Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe48ab1

Browse filesBrowse files
authored
[Form] Static call TimezoneType::getTimezones
1 parent 945596b commit fe48ab1
Copy full SHA for fe48ab1

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function loadChoiceList($value = null)
6666
return $this->choiceList;
6767
}
6868

69-
return $this->choiceList = new ArrayChoiceList($this->getTimezones(), $value);
69+
return $this->choiceList = new ArrayChoiceList(self::getTimezones(), $value);
7070
}
7171

7272
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.