From 4899ceb68fc1353aaa100b19e61191938a515f11 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 28 Oct 2015 11:14:39 +0100 Subject: [PATCH] CLI worker was out-of-sync, breaking elasticsearch integration --- .../files/lib/system/cli/command/WorkerCLICommand.class.php | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.20.1