Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30295 closed defect (bug) (fixed)

wpdb __get() should use strict name checks

Reported by: pento's profile pento Owned by: pento's profile pento
Milestone: 4.1 Priority: normal
Severity: normal Version: 3.5
Component: Database Keywords:
Focuses: Cc:

Description

__get() currently uses a loose comparison against column names. It should be using a strict check.

Change History (2)

#1 @pento
10 years ago

  • Owner set to pento
  • Status changed from new to accepted

#2 @pento
10 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Forgot to reference this ticket in the commit message. Fixed in [30292].

Note: See TracTickets for help on using tickets.