aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-28 12:22:55 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-28 12:22:55 +0000
commitc009574408d86c7e50b06175eec3bdfb5b91b700 (patch)
tree637b8ba5f6d5d32ecf664693e12bc32ab6274bf6
parent871e0df6e8fa864053547ae5ae471dd3b7c20160 (diff)
downloadelgg-c009574408d86c7e50b06175eec3bdfb5b91b700.tar.gz
elgg-c009574408d86c7e50b06175eec3bdfb5b91b700.tar.bz2
when editing details, return to the details tab when done.
git-svn-id: http://code.elgg.org/elgg/trunk@6267 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--mod/profile/actions/edit.php2
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");