Skip to content

Commit

Permalink
Update QueueConsumer.php
Browse files Browse the repository at this point in the history
remove plugin check
  • Loading branch information
Peter Zhang committed Dec 22, 2021
1 parent e1c2b8e commit e059f4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/CronArchive/QueueConsumer.php
Expand Up @@ -201,8 +201,7 @@ public function getNextArchivesToProcess()
break;
}

//check if isSegmentAvailable
if (!$this->isSegmentAvailable($invalidatedArchive) && !Manager::getInstance()->isPluginActivated($invalidatedArchive['plugin'])) {
if (!Manager::getInstance()->isPluginActivated($invalidatedArchive['plugin'])) {
continue;
}

Expand Down

0 comments on commit e059f4b

Please sign in to comment.