summaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-09-27 18:45:05 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-09-27 18:45:05 +0200
commit3b7f548b0f17e757810de97b2d098835fccd791b (patch)
tree7df1e344a28478efb5333742e109eef503bc9186 /core/Command/Upgrade.php
parentda0cea404d3ec2ac1c3f08e3d3791b02b3b958db (diff)
downloadnextcloud-server-3b7f548b0f17e757810de97b2d098835fccd791b.tar.gz
nextcloud-server-3b7f548b0f17e757810de97b2d098835fccd791b.zip
Remove unused and undefined use statement
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/Command/Upgrade.php')
-rw-r--r--core/Command/Upgrade.php2
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 {