#16825 closed defect (bug) (fixed)
Conflict var name in _get_meta_sql
| Reported by: | Rahe | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.1 |
| Component: | Query | Version: | 3.1 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Speedy fix