aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index bf2011a19..061a2404e 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -64,7 +64,7 @@
system_message(elgg_echo("installation:configuration:success"));
- header("Location: ../../register.php");
+ header("Location: ../../account/register.php");
exit;
}