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:
authordiosmosis <benaka@piwik.pro>2014-09-12 23:40:06 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-12 23:46:16 +0400
commit226618fb17139df517b74200f9c796064f9a6ffa (patch)
treedd5649fb3f1e8b8343904be62fc4538965c0027c /plugins/MultiSites/Controller.php
parent4960b10c47a5874de2a7ab0e85eab95eebbd6951 (diff)
Do not set current site name to 'All Websites Dashboard' in All Websites Dashboard so site selector will use correct name of initially selected site.
Diffstat (limited to 'plugins/MultiSites/Controller.php')
-rw-r--r--plugins/MultiSites/Controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MultiSites/Controller.php b/plugins/MultiSites/Controller.php
index 689eb42a41..ece11b742e 100644
--- a/plugins/MultiSites/Controller.php
+++ b/plugins/MultiSites/Controller.php
@@ -64,8 +64,6 @@ class Controller extends \Piwik\Plugin\Controller
$this->setGeneralVariablesView($view);
- $view->siteName = Piwik::translate('General_AllWebsitesDashboard');
-
return $view->render();
}