From f2fcb65b44607d49481700d28706ee3d30561dc1 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Wed, 24 Feb 2016 14:49:50 +0100 Subject: Fix wrong variable name > The variable $requirement does not exist. --- src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Command') 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 } else { $fulfilled = false; $status = 'ERROR!'; - $help = 'You need the '.$requirement.' function activated'; + $help = 'You need the '.$functionRequired.' function activated'; } $rows[] = array($label, $status, $help); -- cgit v1.2.3