summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-23 05:53:43 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-23 05:53:43 +0000
commit7480e9ac3c4aad2ea3a0ee070b9ebddef079da04 (patch)
tree5f37c13bddb9eb00d05156e0db397633f313871d /modules/user.module
parent53195677b63c7373ea60bb302a51e2b9843f8e17 (diff)
downloadbrdo-7480e9ac3c4aad2ea3a0ee070b9ebddef079da04.tar.gz
brdo-7480e9ac3c4aad2ea3a0ee070b9ebddef079da04.tar.bz2
- Modified patch #27131 by DriesK: removed some cache_clear_all()s.
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index d4899d2fd..5f55e3867 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -1572,7 +1572,6 @@ function user_admin_perm() {
drupal_set_message(t('The changes have been saved.'));
// Clear the cached pages and menus:
- cache_clear_all();
menu_rebuild();
drupal_goto($_GET['q']);