Skip to content

Commit

Permalink
[TASK] Remove internal ref for CrawlerController (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre authored Feb 6, 2025
1 parent c93c6d1 commit 2d83774
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Classes/Command/BuildQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
ExtensionConfigurationProvider::class
)->getExtensionConfiguration();

/** @var CrawlerController $crawlerController */
$crawlerController = GeneralUtility::makeInstance(CrawlerController::class);

if ($mode === 'exec') {
$crawlerController->registerQueueEntriesInternallyOnly = true;
$this->crawlerController->registerQueueEntriesInternallyOnly = true;
}

$pageId = MathUtility::forceIntegerInRange((int) $input->getArgument('page'), 0);
Expand Down

0 comments on commit 2d83774

Please sign in to comment.