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:
Diffstat (limited to 'plugins/SitesManager/Menu.php')
-rw-r--r--plugins/SitesManager/Menu.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SitesManager/Menu.php b/plugins/SitesManager/Menu.php
index a9e82e6024..d242a25351 100644
--- a/plugins/SitesManager/Menu.php
+++ b/plugins/SitesManager/Menu.php
@@ -44,6 +44,7 @@ class Menu extends \Piwik\Plugin\Menu
if (count($types) === 1) {
// only one type is in use, use this one for the wording
return reset($types);
+
} else {
// multiple types are activated, check whether only one is actually in use
$model = new Model();