From 5679f5c37e38635c2f981774e1decad9d4e486c8 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 6 Apr 2014 22:04:14 +0200 Subject: [PATCH] Remove wrong whitespace from URL and use HTTPS The whitespace caused the generated links to begin with a whitespace (e.g. ``) Additionally I switched the link to HTTPS. --- lib/private/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/defaults.php b/lib/private/defaults.php index 79be211b82..b9925cf2f9 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -30,7 +30,7 @@ class OC_Defaults { $this->defaultName = "ownCloud"; /* short name, used when referring to the software */ $this->defaultTitle = "ownCloud"; /* can be a longer name, for titles */ $this->defaultBaseUrl = "http://owncloud.org"; - $this->defaultSyncClientUrl = " http://owncloud.org/sync-clients/"; + $this->defaultSyncClientUrl = "https://owncloud.org/sync-clients/"; $this->defaultDocBaseUrl = "http://doc.owncloud.org"; $this->defaultSlogan = $this->l->t("web services under your control"); $this->defaultLogoClaim = "";