]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/SymfonyRequirements.php
store estimated reading time / filters on reading time
[github/wallabag/wallabag.git] / app / SymfonyRequirements.php
index b9d62f724b8ebd1d9a09ddb4fc9d12c30090a5f0..abaf0c179cdbdd2659d42f0d1096f33138fa3ad6 100644 (file)
@@ -638,7 +638,7 @@ class SymfonyRequirements extends RequirementCollection
         }
 
         $this->addRecommendation(
-            class_exists('Locale'),
+            extension_loaded('intl'),
             'intl extension should be available',
             'Install and enable the <strong>intl</strong> extension (used for validators).'
         );