From c009574408d86c7e50b06175eec3bdfb5b91b700 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 28 May 2010 12:22:55 +0000 Subject: 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 --- mod/profile/actions/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/actions') 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"); -- cgit v1.2.3