Ticket #7502 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Theme previewer uses constants instead of array hashes

Reported by: wet Assigned to: anonymous
Priority: low Milestone: 2.7
Component: General Version:
Severity: minor Keywords: has-patch needs-testing
Cc:

Description

$_GET[stylesheet], $_GET[template] assume nonexistant constants. Patch replaces all occurences with $_GETstylesheet?, $_GET['template]

Attachments

theme.php.8622.diff (1.1 kB) - added by wet on 08/12/08 19:31:37.
Proper array indexing.

Change History

08/12/08 19:31:37 changed by wet

  • attachment theme.php.8622.diff added.

Proper array indexing.

08/12/08 21:13:25 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8629]) Quote array indexes. Props wet. fixes #7502