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-25 05:58:16 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-25 05:58:16 +0400
commit0755e4c0ec63f62f41d5d22efef7c127378546fb (patch)
tree2cf681b7231ac3d857d9eade73d8c0cae533d2db /plugins/DBStats/DBStats.php
parent0337ebdfda823a50d26c8d24b9235d4c53158b8b (diff)
Fixing fatal error on DBStats repo
Diffstat (limited to 'plugins/DBStats/DBStats.php')
-rw-r--r--plugins/DBStats/DBStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DBStats/DBStats.php b/plugins/DBStats/DBStats.php
index 9b9eac305c..d0f35e2de8 100644
--- a/plugins/DBStats/DBStats.php
+++ b/plugins/DBStats/DBStats.php
@@ -313,7 +313,7 @@ class DBStats extends \Piwik\Plugin
if ($view->isViewDataTableId(HtmlTable::ID)) {
// add summary row only if displaying a table
- $dataTable->queueFilter('AddSummaryRow', Piwik::translate('General_Total'));
+ $view->config->filters[] = array('AddSummaryRow', Piwik::translate('General_Total'));
// add percentage column if desired
if ($addPercentColumn