forked from wallabag/wallabag
Fix wrong variable name
> The variable $requirement does not exist.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user