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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-01-30 11:49:22 +0300
committerGitHub <noreply@github.com>2017-01-30 11:49:22 +0300
commita509c890ae192d3b71dcfb4d778f083705740c86 (patch)
tree17a52fdafe519493f113a49095b6694c8cd38cae /tests/javascript/piwiktest.js
parenta3b01e53c709b333e8fef2268fe0bfd554da053f (diff)
parent2667ec85d9a7b4cbd191eb1b2c2369268b105954 (diff)
Merge pull request #11298 from piwik/3.x-dev3.0.2-b3
Release 3.0.2-b3
Diffstat (limited to 'tests/javascript/piwiktest.js')
-rw-r--r--tests/javascript/piwiktest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/javascript/piwiktest.js b/tests/javascript/piwiktest.js
index 2ef9bd7466..514d1c5c8c 100644
--- a/tests/javascript/piwiktest.js
+++ b/tests/javascript/piwiktest.js
@@ -12,7 +12,7 @@ Piwik.addPlugin('testPlugin', {
* called when tracker instantiated
* - function or string to be eval()'d
*/
- run: function (registerHookCallback) {
+ run: function (params, registerHookCallback) {
registerHookCallback('test',
'{' +
'_isDefined : isDefined,' +