From: Jeremy Benoist Date: Wed, 24 Feb 2016 13:49:50 +0000 (+0100) Subject: Fix wrong variable name X-Git-Tag: 2.0.0-beta.1~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=f2fcb65b44607d49481700d28706ee3d30561dc1;p=github%2Fwallabag%2Fwallabag.git Fix wrong variable name > The variable $requirement does not exist. --- 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);