aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/install/nav.php')
-rw-r--r--views/installation/install/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/install/nav.php b/views/installation/install/nav.php
index ca4b8a87b..0758653a4 100644
--- a/views/installation/install/nav.php
+++ b/views/installation/install/nav.php
@@ -18,7 +18,7 @@ if (isset($vars['refresh']) && $vars['refresh']) {
// create next button and selectively disable
$next_text = elgg_echo('next');
-$next_link = "{$vars['url']}install.php?step={$vars['next_step']}";
+$next_link = elgg_get_site_url()."install.php?step={$vars['next_step']}";
$next = "<a href=\"$next_link\">$next_text</a>";
if (isset($vars['advance']) && !$vars['advance']) {
// disable the next button