summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-11 09:30:51 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-11 09:30:51 +0000
commita1e6728a46a8f00cc2a1b418fa2b5bb2143d0819 (patch)
treee4197a1dfae373bed86f5be32aa1c367841f3b98 /modules/profile/profile.module
parent373a071fc4fcac1a4789c4d29568a04af8354ef3 (diff)
downloadbrdo-a1e6728a46a8f00cc2a1b418fa2b5bb2143d0819.tar.gz
brdo-a1e6728a46a8f00cc2a1b418fa2b5bb2143d0819.tar.bz2
- Patch #113603 by chx: first crack at re-implementing tabs.
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r--modules/profile/profile.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 5ebe2c99b..4f70ded20 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -355,6 +355,7 @@ function profile_field_form_submit($form_id, $form_values) {
drupal_set_message(t('The field has been updated.'));
}
cache_clear_all();
+ menu_rebuild();
return 'admin/user/profile';
}