From f20588b780a0084ae381d2b31f7098e5eb495641 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 2 May 2008 13:59:49 +0000 Subject: Corrected an issue with actions. git-svn-id: https://code.elgg.org/elgg/trunk@623 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 67073e6f8..8a0346d74 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -30,7 +30,8 @@ system_message(elgg_echo("installation:configuration:success")); - forward("register.php"); + header("Location: ../../register.php"); + exit; } -- cgit v1.2.3