aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 22:14:10 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-03 22:14:10 +0000
commit68498fdfb1fcb5e46f6d22722748cd030d050ad7 (patch)
tree1139c8746484db5be4420f200f3416ba9e2dfe8d /actions
parentcb377a70537822457ffd371555364982eb8f89a1 (diff)
downloadelgg-68498fdfb1fcb5e46f6d22722748cd030d050ad7.tar.gz
elgg-68498fdfb1fcb5e46f6d22722748cd030d050ad7.tar.bz2
Forward to the registration pagehandler after installation.
git-svn-id: http://code.elgg.org/elgg/trunk@5262 36083f99-b078-4883-b0ff-0f9b5a30f544
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 0e3c69dda..18440c62d 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -110,7 +110,7 @@ if (get_input('settings') == 'go') {
system_message(elgg_echo("installation:configuration:success"));
- header("Location: ../../account/register.php");
+ header("Location: ../../pg/register");
exit;
}
}