Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Tracker/Cache.php')
-rw-r--r--core/Tracker/Cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Cache.php b/core/Tracker/Cache.php
index b537cc31a8..29ffe5cce2 100644
--- a/core/Tracker/Cache.php
+++ b/core/Tracker/Cache.php
@@ -94,7 +94,7 @@ class Piwik_Tracker_Cache
Piwik_Tracker::initCorePiwikInTrackerMode();
$cacheContent = array(
- 'isBrowserTriggerArchivingEnabled' => Piwik_ArchiveProcessing::isBrowserTriggerArchivingEnabled(),
+ 'isBrowserTriggerEnabled' => Piwik_ArchiveProcessor_Rules::isBrowserTriggerEnabled(),
'lastTrackerCronRun' => Piwik_GetOption('lastTrackerCronRun'),
'currentLocationProviderId' => Piwik_UserCountry_LocationProvider::getCurrentProviderId(),
);