Closed
Bug 1026498
Opened 11 years ago
Closed 11 years ago
Use of uninitialized value in concatenation (.) or string at Extension/BzAPI/Util.pm line 350.
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1026400
People
(Reporter: glob, Assigned: dkl)
References
()
Details
https://bugzilla.mozilla.org/bzapi/bug/109/attachment?include_fields=data,encoding&content-type=application/json
triggers the following warning 4 times (once for each attachment):
Use of uninitialized value in concatenation (.) or string at extensions/BzAPI/lib/Util.pm line 350.
this doesn't happen if 'id' is added to include_fields:
https://bugzilla.mozilla.org/bzapi/bug/109/attachment?include_fields=id,data,encoding&content-type=application/json
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 1•11 years ago
|
||
This will be fixed by the commit in bug 1026400.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Extensions: BzAPI Compatibility → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•