aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/SymfonyRequirements.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-12 09:05:21 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-08-12 09:05:21 +0200
commit930334cd6d486843b536412391a549815efd038e (patch)
tree485eeecc3bd3db3613d47de25662d5c9163e4afe /app/SymfonyRequirements.php
parentfedaf005377e6d62ff0986f7f54afef3287a6451 (diff)
parent2686457448372543fdf4f1fc54c4fd20f0f02c2c (diff)
downloadwallabag-930334cd6d486843b536412391a549815efd038e.tar.gz
wallabag-930334cd6d486843b536412391a549815efd038e.tar.zst
wallabag-930334cd6d486843b536412391a549815efd038e.zip
Merge pull request #1297 from wallabag/v2-estimated-time
store estimated reading time in database (#393)
Diffstat (limited to 'app/SymfonyRequirements.php')
-rw-r--r--app/SymfonyRequirements.php2
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 );