1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Upgraded CraueConfigBundle to 2.0

This commit is contained in:
Nicolas Lœuillet 2017-05-12 16:33:12 +02:00
parent 06568b15bb
commit 3b792787d7
5 changed files with 14 additions and 13 deletions

View file

@ -633,12 +633,6 @@ class SymfonyRequirements extends RequirementCollection
'Install and enable the <strong>mbstring</strong> extension.'
);
$this->addRecommendation(
function_exists('iconv'),
'iconv() should be available',
'Install and enable the <strong>iconv</strong> extension.'
);
$this->addRecommendation(
function_exists('utf8_decode'),
'utf8_decode() should be available',