Skip to content

Commit

Permalink
[BUGFIX] Replace own resetLogger() by AbstractTask::unsetScheduler() …
Browse files Browse the repository at this point in the history
…in upgrade wizard

Fixes #21
  • Loading branch information
pascal20997 committed Sep 1, 2020
1 parent 1e3644f commit ee8c43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Upgrade/EmptyTaskLoggerUpgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function executeUpdate(): bool
]
);
if ($task instanceof AbstractTask) {
$task->resetLogger();
$task->unsetScheduler();
$connection = $this->getConnectionPool()->getConnectionForTable('tx_scheduler_task');
$connection->update(
'tx_scheduler_task',
Expand Down

0 comments on commit ee8c43f

Please sign in to comment.