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:
authormattab <matthieu.aubry@gmail.com>2014-05-22 08:37:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-22 08:37:41 +0400
commit0648552d55104ea220f0032b15cd4b5dd37577ab (patch)
treed38b018f1900e7d30b5ae2519b6b183d29328549 /core/SettingsPiwik.php
parent20ef3d8a6dfd3b360a0b81acc30f2a030791591d (diff)
misc/user/domain/favicon.png should not fail the test (case piwik used in single codebase)
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) {