diff options
| -rw-r--r-- | actions/systemsettings/install.php | 2 | 
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;  	}  } | 
