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-04-12 05:51:16 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-12 05:51:16 +0400
commitc30e62e68271c5c6494a91e97df674d34d80cbea (patch)
tree8885febeadb3f82178f1295474c5a1dd2980ca31 /core/Plugin/ViewDataTable.php
parentfdaf74f1a749d1325ed9e93fb884beccb9b6b6cb (diff)
Refs #472 Events reporting interface
Diffstat (limited to 'core/Plugin/ViewDataTable.php')
-rw-r--r--core/Plugin/ViewDataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index 9dcaad4786..1d890aa892 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -190,6 +190,7 @@ abstract class ViewDataTable implements ViewInterface
$this->config->self_url = Request::getBaseReportUrl($controllerName, $controllerAction);
$this->requestConfig->apiMethodToRequestDataTable = $apiMethodToRequestDataTable;
+ $this->assignRelatedReportsTitle();
/**
* Triggered during {@link ViewDataTable} construction. Subscribers should customize
@@ -228,7 +229,6 @@ abstract class ViewDataTable implements ViewInterface
}
$this->overrideViewPropertiesWithQueryParams();
- $this->assignRelatedReportsTitle();
}
protected function assignRelatedReportsTitle()