Remove unused and undefined use statement
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
da0cea404d
commit
3b7f548b0f
|
@ -204,7 +204,7 @@ class Upgrade extends Command {
|
|||
$output->writeln('<info>Maintenance mode is kept active</info>');
|
||||
});
|
||||
$updater->listen('\OC\Updater', 'updateEnd',
|
||||
function ($success) use($output, $updateStepEnabled, $self) {
|
||||
function ($success) use($output, $self) {
|
||||
if ($success) {
|
||||
$message = "<info>Update successful</info>";
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue