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 06:26:49 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-12 06:26:49 +0400
commite352cb949027e6dc954cd2185311120de72d1dc1 (patch)
tree651d2571f444f42284ace4ec17d99d8104a8495e /core/Plugin/ViewDataTable.php
parent13f134298f5c38b62783c39ff1a11e6ae8226182 (diff)
Fix regression picked up by screenshot tests
Diffstat (limited to 'core/Plugin/ViewDataTable.php')
-rw-r--r--core/Plugin/ViewDataTable.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index 1d890aa892..ea74fdaac3 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -190,7 +190,6 @@ 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
@@ -216,6 +215,8 @@ abstract class ViewDataTable implements ViewInterface
*/
Piwik::postEvent('ViewDataTable.configure', array($this));
+ $this->assignRelatedReportsTitle();
+
$this->config->show_footer_icons = (false == $this->requestConfig->idSubtable);
// the exclude low population threshold value is sometimes obtained by requesting data.