Skip to content

Commit

Permalink
merged branch vurtupesz/master (PR sensiolabs#59)
Browse files Browse the repository at this point in the history
Commits
-------

178d87d fix php warning

Discussion
----------

Fix a php warning

The PR sensiolabs#48 generate a PHP Warning.
I fix it in this one.

Sorry for this stupid error ...

It's related to the issue #58
  • Loading branch information
fabpot committed Aug 26, 2012
2 parents 7fb1ce4 + 178d87d commit dcda6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/skeleton/app/SymfonyRequirements.php
Expand Up @@ -511,7 +511,7 @@ function_exists('simplexml_import_dom'),
);

$this->addRecommendation(
!(extension_loaded('intl') && null === new IntlDateFormatter()),
!(extension_loaded('intl') && null === new Collator('fr_FR')),
'intl extension should be correctly configured',
'The intl extension does not behave properly. This problem is typical on PHP 5.3.X x64 WIN builds'
);
Expand Down

0 comments on commit dcda6be

Please sign in to comment.