diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-30 09:27:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-30 09:27:19 +0000 |
commit | 8bedd376febd795188206ce37eaf0e24cc116aa1 (patch) | |
tree | 8871fb6cf71e8efd050abf97c6182967492344fe /modules/user/user.module | |
parent | ea36711d11f1993c9b07cc63064931e5a9003da1 (diff) | |
download | brdo-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.module | 2 |
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'); } } |