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.
1 parent ccd3cb5 commit 3ddd1a2Copy full SHA for 3ddd1a2
Tasks.php
@@ -121,7 +121,7 @@ public function auditSite(int $idSite, bool $debug = false)
121
}
122
123
$siteSettings = new MeasurableSettings($idSite);
124
- if ($siteSettings->isAuditEnabled() && !$this->isInDebugMode()) {
+ if (!$siteSettings->isAuditEnabled() && !$this->isInDebugMode()) {
125
$this->logInfo('Performance Audit task for site ' . $idSite . ' will be skipped due to setting which disables it for this site');
126
return;
127
0 commit comments