Fix wrong variable name

> The variable $requirement does not exist.
This commit is contained in:
Jeremy Benoist 2016-02-24 14:49:50 +01:00
parent f83125d2f5
commit f2fcb65b44

View 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);