diff options
Diffstat (limited to 'app/SymfonyRequirements.php')
-rw-r--r-- | app/SymfonyRequirements.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SymfonyRequirements.php b/app/SymfonyRequirements.php index b9d62f72..abaf0c17 100644 --- a/app/SymfonyRequirements.php +++ b/app/SymfonyRequirements.php | |||
@@ -638,7 +638,7 @@ class SymfonyRequirements extends RequirementCollection | |||
638 | } | 638 | } |
639 | 639 | ||
640 | $this->addRecommendation( | 640 | $this->addRecommendation( |
641 | class_exists('Locale'), | 641 | extension_loaded('intl'), |
642 | 'intl extension should be available', | 642 | 'intl extension should be available', |
643 | 'Install and enable the <strong>intl</strong> extension (used for validators).' | 643 | 'Install and enable the <strong>intl</strong> extension (used for validators).' |
644 | ); | 644 | ); |