Skip to content
Extraits de code Groupes Projets
Valider 4ea1841a rédigé par mattab's avatar mattab
Parcourir les fichiers

rename Site -> Website

parent 23cac750
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -597,7 +597,7 @@ class CronArchive ...@@ -597,7 +597,7 @@ class CronArchive
// since it's now just about to being re-processed, makes sure another running cron archiving process // since it's now just about to being re-processed, makes sure another running cron archiving process
// does not archive the same idSite // does not archive the same idSite
if ($this->isOldReportInvalidatedForWebsite($idSite)) { if ($this->isOldReportInvalidatedForWebsite($idSite)) {
$this->removeSiteFromInvalidatedWebsites($idSite); $this->removeWebsiteFromInvalidatedWebsites($idSite);
} }
// when some data was purged from this website // when some data was purged from this website
...@@ -1189,7 +1189,7 @@ class CronArchive ...@@ -1189,7 +1189,7 @@ class CronArchive
/** /**
* @param $idSite * @param $idSite
*/ */
protected function removeSiteFromInvalidatedWebsites($idSite) protected function removeWebsiteFromInvalidatedWebsites($idSite)
{ {
$websiteIdsInvalidated = APICoreAdminHome::getWebsiteIdsToInvalidate(); $websiteIdsInvalidated = APICoreAdminHome::getWebsiteIdsToInvalidate();
if (count($websiteIdsInvalidated)) { if (count($websiteIdsInvalidated)) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter