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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-09-07 21:18:16 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-09-07 21:18:16 +0300
commit5ef79b88e4fdcbfcbbc40ead1576a819cf655edd (patch)
tree8ad70961903f26ba175ce3420e7293b0ff340f6a
parentff3985147a2dffaebaf4347f4d00f4c070ff4a09 (diff)
Do not regenerate tracker files after core archiving (#14833)
Not sure why I added it there considering they are being regenerated in a task every hour or so anyway. Also see https://github.com/matomo-org/tag-manager/pull/184
-rw-r--r--plugins/CustomPiwikJs/CustomPiwikJs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CustomPiwikJs/CustomPiwikJs.php b/plugins/CustomPiwikJs/CustomPiwikJs.php
index b4028c8120..1dcb0c4c65 100644
--- a/plugins/CustomPiwikJs/CustomPiwikJs.php
+++ b/plugins/CustomPiwikJs/CustomPiwikJs.php
@@ -18,7 +18,6 @@ class CustomPiwikJs extends Plugin
{
return array(
'CoreUpdater.update.end' => 'updateTracker',
- 'CronArchive.end' => 'updateTracker',
'PluginManager.pluginActivated' => 'updateTracker',
'PluginManager.pluginDeactivated' => 'updateTracker',
'PluginManager.pluginInstalled' => 'updateTracker',