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:
authormattab <matthieu.aubry@gmail.com>2013-10-17 08:14:27 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-17 08:16:37 +0400
commit182e66f6233ef25aa01a1581d180e487ebc3a843 (patch)
treef033296ffb41d3aa2881e99d07f1d6c58b21055c /core/Tracker/Request.php
parentaa7d9a9474b6ca280d0e4825f6ab8bbb660c3ad3 (diff)
Fixing piwik.js tests and JSLint after realizing refs #4225
(cherry picked from commit 1dc0e11)
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index a26a9f1f79..013bcb18da 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -298,7 +298,7 @@ class Request
* be higher than `0`, otherwise an exception will be triggered. By default the idSite is specified on the URL
* parameter `idsite`.
*/
- Piwik::postEvent('Tracker.setSiteId', array(&$idSite, $this->params));
+ Piwik::postEvent('Tracker.Request.getIdSite', array(&$idSite, $this->params));
if ($idSite <= 0) {
throw new Exception('Invalid idSite');
}