Opened 18 years ago
Closed 18 years ago
#7502 closed defect (bug) (fixed)
Theme previewer uses constants instead of array hashes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | low |
| Severity: | minor | Version: | |
| Component: | General | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Description
$_GET[stylesheet], $_GET[template] assume nonexistant constants. Patch replaces all occurences with $_GETstylesheet?, $_GET['template]
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Proper array indexing.