Skip to content
Snippets Groups Projects
Commit 28bacb6d authored by Matthew Juhl's avatar Matthew Juhl
Browse files

No commit message

No commit message
parent d5bf1586
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@ if ($user && $user->canEdit()) {
//add to river
add_to_river('river/user/default/profileupdate','update',$user->guid,$user->guid);
if ($_POST['firstlogin'] == 'yes'){
system_message("Your profile has been created! Now add a profile picture to finish putting yourself on the map. Click the 'Home' tab to return to the map.");
forward($user->getUrl() . "/editicon?firstlogin=yes");
}
system_message(elgg_echo("profile:saved"));
// Forward to the user's profile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment