Closed
Bug 683129
Opened 14 years ago
Closed 14 years ago
Typo in AddonDatabase.getStatement when handling error
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla9
People
(Reporter: Unfocused, Assigned: Unfocused)
Details
(Whiteboard: [qa!])
Attachments
(1 file)
|
1.06 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Typo in AddonDatabase.getStatement(). Specifically when its handling the error, so it'll throw instead of handling the real error.
ERROR("Error creating statement " + aKey + " (" + aSql + ")");
aSql should be sql
| Assignee | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Attachment #556800 -
Flags: review?(dtownsend) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Flags: in-testsuite-
Flags: in-litmus-
Whiteboard: [fixed-in-fx-team]
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla9
Setting resolution to Verified Fixed.
The typo is fixed.
Status: RESOLVED → VERIFIED
Whiteboard: [qa!]
You need to log in
before you can comment on or make changes to this bug.
Description
•