Opened 17 years ago
Closed 17 years ago
#11057 closed defect (bug) (fixed)
Notice: Undefined index: cat in canonical.php on line 128
| Reported by: | dd32 | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Warnings/Notices | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I just had only a quick look, maybe isset() needs to be used in case the get variable/index is not set?