From a6c79fb64925903db55adfb161eab5d91357c2e7 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 15 May 2014 01:31:00 +0200 Subject: do not fail tests in case there is a custom favicon --- core/SettingsPiwik.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/SettingsPiwik.php') 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: " -- cgit v1.2.3