Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 May 2008 at 23:53 UTC
Updated:
31 May 2008 at 17:11 UTC
Jump to comment: Most recent file
I'm surprised no one has caught this error before.
Notification Emails sent to the site admin, when a new user registers, have a blank subject line.
I traced the error to line 1639 of user.module which currently reads:
case 'pending_approval_admin_subject':
Whereas it should read:
case 'register_pending_approval_admin_subject':
I've tested this change and it seems to work, however if I'm wrong then please provide an alternative solution.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user-module-admin-notification.patch | 1.78 KB | dmitrig01 |
| user.module-admin-notification.patch | 1.28 KB | Slated |
Comments
Comment #1
dmitrig01 commentedConfirmed, proper patch attached.
Comment #2
dmitrig01 commentederm
Comment #3
dries commentedConfirmed, tested and committed to DRUPAL-6 and CVS HEAD. Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.