diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 114b8726..9383628c 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -30,10 +30,8 @@ class InstallCommand extends ContainerAwareCommand | |||
30 | * @var array | 30 | * @var array |
31 | */ | 31 | */ |
32 | protected $functionExists = [ | 32 | protected $functionExists = [ |
33 | 'tidy_parse_string', | ||
34 | 'curl_exec', | 33 | 'curl_exec', |
35 | 'curl_multi_init', | 34 | 'curl_multi_init', |
36 | 'gettext', | ||
37 | ]; | 35 | ]; |
38 | 36 | ||
39 | protected function configure() | 37 | protected function configure() |