Skip to content

Commit

Permalink
[Form] Static call TimezoneType::getTimezones
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Jul 24, 2017
1 parent 945596b commit fe48ab1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public function loadChoiceList($value = null)
return $this->choiceList;
}

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

/**
Expand Down

0 comments on commit fe48ab1

Please sign in to comment.