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 07:06:29 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 07:06:29 +0400
commitf0fa7f115bfe7868243907579787efc9bb659358 (patch)
tree9b7e6b663cf1c0ee2b1f0ea6f064f953fb78b178 /core/DataAccess
parentee2936a03c196c45bfdaa6cf9e0d3beefd74cb12 (diff)
refs #4244 fix more links
Diffstat (limited to 'core/DataAccess')
-rw-r--r--core/DataAccess/LogAggregator.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/DataAccess/LogAggregator.php b/core/DataAccess/LogAggregator.php
index 803a979cb0..43fdb295d5 100644
--- a/core/DataAccess/LogAggregator.php
+++ b/core/DataAccess/LogAggregator.php
@@ -239,7 +239,6 @@ class LogAggregator
/**
* Aggregates visit logs, optionally grouping by some dimension, and returns the aggregated data.
*
- * <a name="queryVisitsByDimension-result-set"></a>
* **Result Set**
*
* The following columns are in each row of the result set:
@@ -285,7 +284,7 @@ class LogAggregator
* A pre-configured ranking query instance that will be used to limit the result.
* If set, the return value is the array returned by {@link Piwik\RankingQuery::execute()}.
* @return mixed A Zend_Db_Statement if `$rankingQuery` isn't supplied, otherwise the result of
- * {@link Piwik\RankingQuery::execute()}. Read [this](#queryVisitsByDimension-result-set)
+ * {@link Piwik\RankingQuery::execute()}. Read {@link queryVisitsByDimension() this}
* to see what aggregate data is calculated by the query.
* @api
*/