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 'core/SettingsPiwik.php')
-rw-r--r--core/SettingsPiwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SettingsPiwik.php b/core/SettingsPiwik.php
index 446712703a..f8f5d37c68 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -433,7 +433,7 @@ class SettingsPiwik
* @throws \Exception
* @return string or False if not set
*/
- protected static function getPiwikInstanceId()
+ public static function getPiwikInstanceId()
{
// until Piwik is installed, we use hostname as instance_id
if (!self::isPiwikInstalled()