[drupal-devel] [bug] admin/user/create results in a blank page
Issue status update for http://drupal.org/node/21344 Project: Drupal Version: cvs Component: user.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: asimmonds Updated by: asimmonds Status: patch Attachment: http://drupal.org/files/issues/user_admin_create.patch (551 bytes) After creating a new user with admin/user/create, a blank page is returned. Attached patch replaces the return; with a drupal_goto() so it redirects back to the user listing. asimmonds
Issue status update for http://drupal.org/node/21344 Project: Drupal Version: cvs Component: user.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: asimmonds Updated by: moshe weitzman Status: patch this is a real bug, and an appropriate fix moshe weitzman Previous comments: ------------------------------------------------------------------------ April 26, 2005 - 01:18 : asimmonds Attachment: http://drupal.org/files/issues/user_admin_create.patch (551 bytes) After creating a new user with admin/user/create, a blank page is returned. Attached patch replaces the return; with a drupal_goto() so it redirects back to the user listing.
Issue status update for http://drupal.org/node/21344 Project: Drupal Version: cvs Component: user.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: asimmonds Updated by: puregin Status: patch Applied and tested on CVS version; nice simple solution. puregin Previous comments: ------------------------------------------------------------------------ April 25, 2005 - 22:18 : asimmonds Attachment: http://drupal.org/files/issues/user_admin_create.patch (551 bytes) After creating a new user with admin/user/create, a blank page is returned. Attached patch replaces the return; with a drupal_goto() so it redirects back to the user listing. ------------------------------------------------------------------------ April 27, 2005 - 11:00 : moshe weitzman this is a real bug, and an appropriate fix
participants (3)
-
asimmonds -
moshe weitzman -
puregin