aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 9383628c..771b3c5a 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -94,7 +94,7 @@ class InstallCommand extends ContainerAwareCommand
94 } else { 94 } else {
95 $fulfilled = false; 95 $fulfilled = false;
96 $status = '<error>ERROR!</error>'; 96 $status = '<error>ERROR!</error>';
97 $help = 'You need the '.$requirement.' function activated'; 97 $help = 'You need the '.$functionRequired.' function activated';
98 } 98 }
99 99
100 $rows[] = array($label, $status, $help); 100 $rows[] = array($label, $status, $help);