genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 263 forks source link

Fix bug when intl extension is not installed #346

Closed WedgeSama closed 10 years ago

WedgeSama commented 10 years ago

If a server has not the php intl extension, symfony use symfony/intl as a replacement layer, it works only for english language and do not implement all intl's features. In this case, DateType call \Locale::getPrimaryLanguage() and throw an Exception. This commit prevent this Exception.