Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/26/2013 05:55:16 PM (12 years ago)
Author:
boonebgorges
Message:

Removes incorrect line from BP_Groups_Group::get()

In a previous attempt to fix a bug, this line had been introduced into
the meta_query parsing section of BP_Groups_Group::get(). Its
unintended presence causes PHP notices, and is generally not very cool.

Fixes #5117

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.8/bp-groups/bp-groups-classes.php

    r7296 r7315  
    382382        if ( ! empty( $meta_query_sql['join'] ) ) {
    383383            $sql['from'] .= $meta_query_sql['join'];
    384             $total_sql['select'] .= $meta_query_sql['join_total'];
    385384        }
    386385
Note: See TracChangeset for help on using the changeset viewer.