diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-05-15 09:05:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 09:05:08 +0200 |
commit | ef204e45b04e1526eec17ae1e413a3b60404ab61 (patch) | |
tree | e220e9d5e42aa3b00868da84d76ef04d193f72b2 /var | |
parent | 75045d6462265a389dead8ea554b7aae0f9e9e08 (diff) | |
parent | 3b792787d741932acc4d1e35124d38886bad11d7 (diff) | |
download | wallabag-ef204e45b04e1526eec17ae1e413a3b60404ab61.tar.gz wallabag-ef204e45b04e1526eec17ae1e413a3b60404ab61.tar.zst wallabag-ef204e45b04e1526eec17ae1e413a3b60404ab61.zip |
Merge pull request #3113 from wallabag/upgrade-craue
Upgraded CraueConfigBundle to 2.0
Diffstat (limited to 'var')
-rw-r--r-- | var/SymfonyRequirements.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/var/SymfonyRequirements.php b/var/SymfonyRequirements.php index 7e7a99de..3b14a402 100644 --- a/var/SymfonyRequirements.php +++ b/var/SymfonyRequirements.php | |||
@@ -634,12 +634,6 @@ class SymfonyRequirements extends RequirementCollection | |||
634 | ); | 634 | ); |
635 | 635 | ||
636 | $this->addRecommendation( | 636 | $this->addRecommendation( |
637 | function_exists('iconv'), | ||
638 | 'iconv() should be available', | ||
639 | 'Install and enable the <strong>iconv</strong> extension.' | ||
640 | ); | ||
641 | |||
642 | $this->addRecommendation( | ||
643 | function_exists('utf8_decode'), | 637 | function_exists('utf8_decode'), |
644 | 'utf8_decode() should be available', | 638 | 'utf8_decode() should be available', |
645 | 'Install and enable the <strong>XML</strong> extension.' | 639 | 'Install and enable the <strong>XML</strong> extension.' |