mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25:25 +00:00
Fix wrong variable name
> The variable $requirement does not exist.
This commit is contained in:
parent
f83125d2f5
commit
f2fcb65b44
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue