]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Forward to the registration pagehandler after installation.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Mar 2010 22:14:10 +0000 (22:14 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 3 Mar 2010 22:14:10 +0000 (22:14 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5262 36083f99-b078-4883-b0ff-0f9b5a30f544

actions/systemsettings/install.php

index 0e3c69dda850e9ab1f4e75a44bfcee7f52bc1a94..18440c62d8912b24d49a5959de34a277723eeb06 100644 (file)
@@ -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;
        }
 }