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 '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,' +