diff options
Diffstat (limited to 'core/Command/Upgrade.php')
-rw-r--r-- | core/Command/Upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 9a99473f8fe..d9f26d5ac8d 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -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 { |