summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-30 09:27:19 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-30 09:27:19 +0000
commit8bedd376febd795188206ce37eaf0e24cc116aa1 (patch)
tree8871fb6cf71e8efd050abf97c6182967492344fe /modules/user/user.module
parentea36711d11f1993c9b07cc63064931e5a9003da1 (diff)
downloadbrdo-8bedd376febd795188206ce37eaf0e24cc116aa1.tar.gz
brdo-8bedd376febd795188206ce37eaf0e24cc116aa1.tar.bz2
- Patch #21344 by Moshe: admin/user/create results in a blank page
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 74688d42c..6e6f3f4d3 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1354,7 +1354,7 @@ function user_admin_create($edit = array()) {
drupal_set_message(t('Created a new user account. No e-mail has been sent.'));
- return;
+ drupal_goto('admin/user');
}
}