Closed
Bug 290802
Opened 19 years ago
Closed 19 years ago
Emails sent from the server to the developer upon acceptance or denial not sent.
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
1.1
People
(Reporter: neil, Assigned: cso)
Details
Attachments
(1 file)
1.02 KB,
patch
|
morgamic
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 StumbleUpon/1.9993
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 StumbleUpon/1.9993
When a new extension is posted on umo and a moderator accepts or denies an
extension, an email is supposed to be produced to the developer informing them.
Currently no email is received.
Reproducible: Always
Steps to Reproduce:
1. Add a new extension to umo
2. get the new extension approved
3. wait for an email
4. remove the test extension from umo
Actual Results:
no email was received in step (3).
Expected Results:
sent an email
I can't reproduce this without filling up the umo database to properly
reproduce, sorry.
Assignee | ||
Comment 1•19 years ago
|
||
I've found the cause of this, patch will be forthcoming.
Assignee: Bugzilla-alanjstrBugs → colin.ogilvie
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•19 years ago
|
||
Patch v1
This changes the email column name to be "UserEmail" as it is in the database.
This should fix the bug.
Attachment #181027 -
Flags: first-review?(mike.morgan)
Why isn't it throwing an error? We really need to stop suppressing these things.
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•19 years ago
|
||
because the include line is @include which surpresses error messages. I found
this by taking the @ out and enabling errors.
Comment 5•19 years ago
|
||
Comment on attachment 181027 [details] [diff] [review]
Patch v1
Landed this, without the unnecessary double quotes for $row['UserEmail']. :)
Thanks, Colin.
Attachment #181027 -
Flags: first-review?(mike.morgan) → first-review+
Assignee | ||
Comment 6•19 years ago
|
||
Resolving FIXED per morgamic's comment.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•