diff options
Diffstat (limited to 'mod/profile/actions/edit.php')
-rw-r--r-- | mod/profile/actions/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/actions/edit.php b/mod/profile/actions/edit.php index 34b2dbfd7..7b41eff22 100644 --- a/mod/profile/actions/edit.php +++ b/mod/profile/actions/edit.php @@ -112,4 +112,4 @@ if (sizeof($input) > 0) { system_message(elgg_echo("profile:saved")); } -forward($profile_owner->getUrl()); +forward($profile_owner->getUrl() . "/details"); |