aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/account/login_walled_garden.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/core/account/login_walled_garden.php')
-rw-r--r--views/default/core/account/login_walled_garden.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/core/account/login_walled_garden.php b/views/default/core/account/login_walled_garden.php
index 57c3c31d7..9b5019096 100644
--- a/views/default/core/account/login_walled_garden.php
+++ b/views/default/core/account/login_walled_garden.php
@@ -20,7 +20,7 @@ $form_body .= elgg_view('input/hidden', array(
$login_url = elgg_get_site_url();
if (elgg_get_config('https_login')) {
- $login_url = str_replace("http", "https", elgg_get_site_url());
+ $login_url = str_replace("http:", "https:", elgg_get_site_url());
}
?>