Closed
Bug 384805
Opened 17 years ago
Closed 17 years ago
whine.pl not sending any email anymore
Categories
(Bugzilla :: Email Notifications, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
604 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
This is a regression due to bug 372700. $user->{'id'} no longer works and must be replaced by $user->id (which now points to $user->{'userid'}). Bugzilla 3.0 is not affected.
Attachment #268698 -
Flags: review?(mkanat)
Comment 1•17 years ago
|
||
Comment on attachment 268698 [details] [diff] [review]
patch, v1
Yep, obviously correct.
Attachment #268698 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval+
Assignee | ||
Comment 2•17 years ago
|
||
Checking in whine.pl;
/cvsroot/mozilla/webtools/bugzilla/whine.pl,v <-- whine.pl
new revision: 1.33; previous revision: 1.32
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•