From: Alexander Ebert Date: Wed, 28 Oct 2015 10:14:39 +0000 (+0100) Subject: CLI worker was out-of-sync, breaking elasticsearch integration X-Git-Tag: 2.1.9~31 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4899ceb68fc1353aaa100b19e61191938a515f11;p=GitHub%2FWoltLab%2FWCF.git CLI worker was out-of-sync, breaking elasticsearch integration --- diff --git a/wcfsetup/install/files/lib/system/cli/command/WorkerCLICommand.class.php b/wcfsetup/install/files/lib/system/cli/command/WorkerCLICommand.class.php index 7e437e3d4d..57a4ee2a7c 100644 --- a/wcfsetup/install/files/lib/system/cli/command/WorkerCLICommand.class.php +++ b/wcfsetup/install/files/lib/system/cli/command/WorkerCLICommand.class.php @@ -121,6 +121,7 @@ class WorkerCLICommand implements IArgumentedCLICommand { // execute worker $worker->execute(); + $worker->finalize(); // update progress $progress = $worker->getProgress();