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:
authorThomas Steur <thomas.steur@gmail.com>2015-04-27 23:24:29 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-04-27 23:24:29 +0300
commit5d556a0ebc4b3cfd496fcf88c8eadeaee98f3a91 (patch)
tree9cf89121b4ca0da02824f1d00038ad1ea6d94b97
parentd5545daa777532276b9b08e489824dc44f3e4c1e (diff)
mark labels only as changed if we actually change them2.13.0-rc2
-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);