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>2014-12-05 09:45:31 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-05 09:45:31 +0300
commit3980f9eeed4535032c1e563f39adf8efa4520914 (patch)
tree991feaebf786ccac07621ce0e447afa00107680a /plugins/Contents/Archiver.php
parent5c14cf8e5bff649230f91ef7e90dc3d3dd89f9a9 (diff)
Renamed method to have distinct name
Diffstat (limited to 'plugins/Contents/Archiver.php')
-rw-r--r--plugins/Contents/Archiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Contents/Archiver.php b/plugins/Contents/Archiver.php
index 55668b4c3a..45607bd7b7 100644
--- a/plugins/Contents/Archiver.php
+++ b/plugins/Contents/Archiver.php
@@ -188,7 +188,7 @@ class Archiver extends \Piwik\Plugin\Archiver
// apply ranking query
if ($rankingQuery) {
- $query['sql'] = $rankingQuery->generateQuery($query['sql']);
+ $query['sql'] = $rankingQuery->generateRankingQuery($query['sql']);
}
// get result