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:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-15 03:31:00 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-15 03:31:00 +0400
commita6c79fb64925903db55adfb161eab5d91357c2e7 (patch)
tree34109a27c2d280c5a67fc0b873ca04cea6baef07 /core/SettingsPiwik.php
parente8b4a64f8aa02f39bff555572c3865c587665317 (diff)
do not fail tests in case there is a custom favicon
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 3def75d159..c05547d529 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -304,7 +304,7 @@ class SettingsPiwik
} catch (Exception $e) {
$fetched = "ERROR fetching: " . $e->getMessage();
}
- $expectedString = 'plugins/CoreHome/images/favicon.ico';
+ $expectedString = 'app-id=737216887';
if (strpos($fetched, $expectedString) === false) {
throw new Exception("\nPiwik should be running at: "