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>2020-08-04 00:02:11 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2020-08-04 00:02:11 +0300
commit2394c8c954d46d1ca9fe8d1304405e7fd6727c89 (patch)
tree9a570660858a8954d6b872255c27ed38a46b6f3e /plugins/CustomJsTracker
parent5a73fea0f865c57450bdb02048ab2373cef9e0a7 (diff)
Rename manupulateJsTracker event for consistency
Diffstat (limited to 'plugins/CustomJsTracker')
-rw-r--r--plugins/CustomJsTracker/TrackingCode/PiwikJsManipulator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomJsTracker/TrackingCode/PiwikJsManipulator.php b/plugins/CustomJsTracker/TrackingCode/PiwikJsManipulator.php
index 05fec8e1fc..c29df5947a 100644
--- a/plugins/CustomJsTracker/TrackingCode/PiwikJsManipulator.php
+++ b/plugins/CustomJsTracker/TrackingCode/PiwikJsManipulator.php
@@ -53,7 +53,7 @@ class PiwikJsManipulator
*
* @param string $content the generated JavaScript tracker code
*/
- Piwik::postEvent('CustomMatomoJs.manipulateJsTracker', array(&$content));
+ Piwik::postEvent('CustomJsTracker.manipulateJsTracker', array(&$content));
$this->content = $content;
return $this->content;