Skip to content

Commit

Permalink
[BUGFIX] Fix index queue clearance
Browse files Browse the repository at this point in the history
Fixes index queue clearance in multi site
environment.

Fixes: #4095
Co-authored-by: Markus Friedrich <markus.friedrich@dkd.de>
  • Loading branch information
sal-lochbaum and dkd-friedrich committed Jul 30, 2024
1 parent 3cf43b6 commit 8e76cd5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function setIndexQueue(QueueInterface $indexQueue): void
*/
public function indexAction(): ResponseInterface
{
$this->initializeAction();
if (!$this->canQueueSelectedSite()) {
$this->moduleTemplate->assign('can_not_proceed', true);
return $this->moduleTemplate->renderResponse('Index');
Expand Down

0 comments on commit 8e76cd5

Please sign in to comment.