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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-21 16:23:45 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-21 16:23:45 +0400
commit4aeab835988a9801522c55aa8d9683516ccc67e5 (patch)
tree3edfb28ca35f8ee0d4518ee0d1ef19b065e258f6 /core/Piwik.php
parentdaeab81c3043590988919fa0f1a092c079020fa7 (diff)
Fixing build
Diffstat (limited to 'core/Piwik.php')
-rw-r--r--core/Piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index 1fe8dfd8a0..9466551dc1 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -202,7 +202,7 @@ class Piwik
if (isset($codeImpl['httpsPiwikUrl'])) {
$setTrackerUrl = 'var u=(("https:" == document.location.protocol) ? "https://{$httpsPiwikUrl} }}/" : '
- + '"http://{$httpsPiwikUrl}/");'
+ + '"http://{$httpsPiwikUrl}/");';
} else {
$setTrackerUrl = 'var u=(("https:" == document.location.protocol) ? "https" : "http") + "://{$piwikUrl}";';
}