aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/forms/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/install/forms/settings.php')
-rw-r--r--views/installation/install/forms/settings.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/installation/install/forms/settings.php b/views/installation/install/forms/settings.php
index 7f493ebff..e9a818b92 100644
--- a/views/installation/install/forms/settings.php
+++ b/views/installation/install/forms/settings.php
@@ -8,9 +8,7 @@
$vars['type'] = 'settings';
$form_body = elgg_view('install/forms/template', $vars);
-// @todo bug in current_page_url() with :8080 sites
-//$url = current_page_url();
-$url = '/install.php?step=settings';
+$url = current_page_url();
$params = array(
'body' => $form_body,