Closed
Bug 440129
Opened 17 years ago
Closed 17 years ago
PHP notices on homepage
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fligtar, Unassigned)
Details
Attachments
(1 file)
|
1.26 KB,
patch
|
cpollett
:
review+
|
Details | Diff | Splinter Review |
If an add-on in the right sidebar doesn't have a category associated with it, it will display a notice instead.
Notice: Undefined offset: 0 in /private/var/www/addons/trunk/site/app/views/addons/home.thtml on line 160
(above notice for the Newest section - might be different line number for other sections)
| Reporter | ||
Comment 1•17 years ago
|
||
(Notices don't show up in production, of course. This is just on my dev copy.)
Comment 2•17 years ago
|
||
Some of these addons don't have tags, so check before echoing.
Attachment #326590 -
Flags: review?(fligtar)
Comment 3•17 years ago
|
||
Comment on attachment 326590 [details] [diff] [review]
Check these things are set before trying to echo them.
Chris volunteered for this one.
Attachment #326590 -
Flags: review?(fligtar) → review?(cpollett)
Comment 4•17 years ago
|
||
Comment on attachment 326590 [details] [diff] [review]
Check these things are set before trying to echo them.
Patch WFM.
Attachment #326590 -
Flags: review?(cpollett) → review+
Comment 5•17 years ago
|
||
Fixed in r16314.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
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
•