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 64eb343c5c..29d4ba362b 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -316,7 +316,7 @@ class SettingsPiwik
$expectedStringAlt = 'plugins/CoreHome/images/favicon.ico';
// this will match when Piwik is installed and favicon has been customised
- $expectedString = 'misc/user/favicon.png';
+ $expectedString = 'misc/user/';
$expectedStringNotFound = strpos($fetched, $expectedString) === false && strpos($fetched, $expectedStringAlt) === false;
if ($expectedStringNotFound) {