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 b0df27b2b6..c0b2d8e177 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -210,7 +210,7 @@ class SettingsPiwik
$config = Config::getInstance()->getLocalPath();
$exists = file_exists($config);
- // Piwik is installed if the config file is found
+ // Piwik is not installed if the config file is not found
if (!$exists) {
return false;
}