Skip to:
Content

BuddyPress.org

Changeset 5643


Ignore:
Timestamp:
01/21/2012 11:05:10 AM (15 years ago)
Author:
djpaul
Message:

Correctly check for return type from $wpdb->query. Fixes #3940, props andre.w8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r5598 r5643  
    890890                        }
    891891
    892                         if ( !$result )
     892                        if ( false === $result )
    893893                                return false;
    894894
Note: See TracChangeset for help on using the changeset viewer.