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:
authorThomas Steur <thomas.steur@gmail.com>2013-12-03 23:16:26 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 23:16:26 +0400
commit0e756f1c7b6650c0df45c06bcebe0abe841f745e (patch)
tree1147922936b7414aae4efe4fd9dc451b3fa2f1a3 /core/DataTable/Filter/Truncate.php
parent9281714affdf498333912858747de2c3cdf85f8d (diff)
refs #4244 fix some links
Diffstat (limited to 'core/DataTable/Filter/Truncate.php')
-rw-r--r--core/DataTable/Filter/Truncate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable/Filter/Truncate.php b/core/DataTable/Filter/Truncate.php
index 8374bebbb7..ecfff67b76 100644
--- a/core/DataTable/Filter/Truncate.php
+++ b/core/DataTable/Filter/Truncate.php
@@ -19,7 +19,7 @@ use Piwik\Piwik;
* Truncates a DataTable by merging all rows after a certain index into a new summary
* row, unless the count of rows is less than the index.
*
- * The {@link ReplaceSummaryRow} filter will be queued after the table is truncated.
+ * The {@link ReplaceSummaryRowLabel} filter will be queued after the table is truncated.
*
* ### Examples
*