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-02-03 04:05:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-03 04:05:05 +0400
commit217b22b3309364edc4231218f52983165dd304e1 (patch)
tree0e910d682418913dc403ce5c0b7fc1c6f4c152ee /core/DataTable/Filter/AddSummaryRow.php
parent416a911a45e17b44d3f1496ae0bfe78aee937327 (diff)
Fixes #4609 Removing last mentions of Piwik_ -- Looking sharp now!
Diffstat (limited to 'core/DataTable/Filter/AddSummaryRow.php')
-rw-r--r--core/DataTable/Filter/AddSummaryRow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable/Filter/AddSummaryRow.php b/core/DataTable/Filter/AddSummaryRow.php
index b31e58925b..20de397a23 100644
--- a/core/DataTable/Filter/AddSummaryRow.php
+++ b/core/DataTable/Filter/AddSummaryRow.php
@@ -20,7 +20,7 @@ use Piwik\DataTable\Row\DataTableSummaryRow;
* $dataTable->filter('AddSummaryRow');
*
* // use a human readable label for the summary row (instead of '-1')
- * $dataTable->filter('AddSummaryRow', array($labelSummaryRow = Piwik_Translate('General_Total')));
+ * $dataTable->filter('AddSummaryRow', array($labelSummaryRow = Piwik::translate('General_Total')));
*
* @api
*/