#16825 closed defect (bug) (fixed)
Conflict var name in _get_meta_sql
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.1 |
| Component: | Query | Version: | 3.1 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: |
Description
Hi,
One of the parameters is overriden in this function ( $meta_type ) and is returned in the filter.
function _get_meta_sql( $meta_query, $meta_type, $primary_table, $primary_id_column, $context = null ) {
and overriden here :
$meta_type = isset( $q['type'] ) ? strtoupper( $q['type'] ) : 'CHAR';
This bug is blocker when you use the filter :
return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $meta_query, $meta_type, $primary_table, $primary_id_column, &$context ) );
Attachments (2)
Change History (8)
- Milestone changed from Awaiting Review to Future Release
- Owner set to scribu
- Status changed from new to reviewing
comment:5
automattor — 2 years ago
- Resolution set to fixed
- Status changed from reviewing to closed
Note: See
TracTickets for help on using
tickets.

Speedy fix