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:
-rw-r--r--plugins/MultiSites/Dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MultiSites/Dashboard.php b/plugins/MultiSites/Dashboard.php
index ea230df705..623e51a9b1 100644
--- a/plugins/MultiSites/Dashboard.php
+++ b/plugins/MultiSites/Dashboard.php
@@ -61,11 +61,11 @@ class Dashboard
$pastRow = $pastData->getRowFromLabel($idSite);
if ($pastRow) {
$pastRow->setColumn('label', $site['name']);
+ $pastData->setLabelsHaveChanged();
}
}
}
- $pastData->setLabelsHaveChanged();
});
$this->setSitesTable($sites);