]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix wrong variable name
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 24 Feb 2016 13:49:50 +0000 (14:49 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 24 Feb 2016 13:49:51 +0000 (14:49 +0100)
> The variable $requirement does not exist.

src/Wallabag/CoreBundle/Command/InstallCommand.php

index 9383628c961120c176baaa06339e592e6e68ef9c..771b3c5a4070a82f71ad5f9f96cc918f898db42c 100644 (file)
@@ -94,7 +94,7 @@ class InstallCommand extends ContainerAwareCommand
             } else {
                 $fulfilled = false;
                 $status = '<error>ERROR!</error>';
-                $help = 'You need the '.$requirement.' function activated';
+                $help = 'You need the '.$functionRequired.' function activated';
             }
 
             $rows[] = array($label, $status, $help);