aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 93792692..e6a06eea 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -65,7 +65,6 @@ class InstallCommand extends ContainerAwareCommand
65 65
66 $fulfilled = true; 66 $fulfilled = true;
67 67
68 // @TODO: find a better way to check requirements
69 $label = '<comment>PCRE</comment>'; 68 $label = '<comment>PCRE</comment>';
70 if (extension_loaded('pcre')) { 69 if (extension_loaded('pcre')) {
71 $status = '<info>OK!</info>'; 70 $status = '<info>OK!</info>';