Opened 17 years ago
Closed 16 years ago
#11057 closed defect (bug) (fixed)
Notice: Undefined index: cat in canonical.php on line 128
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | Warnings/Notices | Keywords: | has-patch |
| Focuses: | Cc: |
Description
By the look of it, Canonical seems to be accessing GET items without first checking if they exist, See attached patch
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I just had only a quick look, maybe isset() needs to be used in case the get variable/index is not set?