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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-12-08 09:16:59 +0300
committerGitHub <noreply@github.com>2018-12-08 09:16:59 +0300
commitdf062ae092d6b44f319582d7d567db1ec42cc29e (patch)
tree6a916eccb4c3137e3b9bf3de7d7e682b66a70a73 /plugins/Overlay
parent53c4d95a4b60ee099400db8c36ac64a68ffa37a3 (diff)
Fixing build (#13808)
* Rename long files. * fix test name * Try to fix several test failures. * Rename expected files. * --amend * Try to fix tests. * Fix more system tests. * Fix more tests. * Add debug log. * Update CustomAlerts submodule for test fix. * Fix some more screenshots. * Fixing more tests. * Update more expected test files & screenshots. * Last couple fixes. * update tagmanager submodule * update submodule * update submodule
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 0d9ae9cdcb..25b10e33ec 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -73,7 +73,7 @@ class API extends \Piwik\Plugin\API
$limitBeforeGrouping = Config::getInstance()->General['overlay_following_pages_limit'];
$transitionsReport = APITransitions::getInstance()->getTransitionsForAction(
$url, $type = 'url', $idSite, $period, $date, $segment, $limitBeforeGrouping,
- $part = 'followingActions', $returnNormalizedUrls = true);
+ $part = 'followingActions');
} catch (Exception $e) {
return $resultDataTable;
}