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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-30 04:51:09 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-01-30 04:51:09 +0300
commit96eea79c6628c8b36ac8528a892a7ba699bbb194 (patch)
treedc7907df7d26339598fda423fdc65ae867c3594d /plugins/SitesManager
parent190431e3a98cc5512c79891c3dd3519e4810a779 (diff)
fixes #1122
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 81c660875f..0597395efb 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -249,7 +249,7 @@ class Piwik_SitesManager_API
return (int)$idSite;
}
- private static function postUpdateWebsite($idSite)
+ static private function postUpdateWebsite($idSite)
{
Piwik_Common::regenerateCacheWebsiteAttributes($idSite);
}