We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43deea9 + f5ddff9 commit 9c88278Copy full SHA for 9c88278
Task/TaskManager.php
@@ -209,7 +209,7 @@ public function filterResponse(FilterResponseEvent $event)
209
}
210
$this->masterRequest = true;
211
212
- if ((!$this->hasTasks() && !$this->hasPlugins()) || !$this->isEnabled()) {
+ if (!$this->hasTasks() || !$this->isEnabled()) {
213
// Nothing to process. Return response.
214
return $response;
215
0 commit comments