Skip to content
Extraits de code Groupes Projets
Valider 32015796 rédigé par mattab's avatar mattab
Parcourir les fichiers

Fixes #4857 - When trigger=archivephp is found in the request, never disable archiving.

this will make sure that visitFrequency, when calling VisitsSummary.get with a segment=visitorType==returning, then it will be pre-processed at all times by archive.php.
parent 50e2aadf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -241,6 +241,9 @@ class Rules ...@@ -241,6 +241,9 @@ class Rules
if ($periodLabel == 'range') { if ($periodLabel == 'range') {
return false; return false;
} }
if( SettingsServer::isArchivePhpTriggered() ) {
return false;
}
$processOneReportOnly = !self::shouldProcessReportsAllPlugins($idSites, $segment, $periodLabel); $processOneReportOnly = !self::shouldProcessReportsAllPlugins($idSites, $segment, $periodLabel);
$isArchivingDisabled = !self::isRequestAuthorizedToArchive(); $isArchivingDisabled = !self::isRequestAuthorizedToArchive();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter