Skip to:
Content

BuddyPress.org

Changeset 1899


Ignore:
Timestamp:
09/17/2009 07:40:09 PM (17 years ago)
Author:
apeatling
Message:

Fixing incorrect array typecast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r1898 r1899  
    807807       
    808808        /* Check this is a valid field type */
    809         if ( !in_array( (array) $type, $bp->profile->field_types ) )
     809        if ( !in_array( $type, (array) $bp->profile->field_types ) )
    810810                return false;
    811811       
Note: See TracChangeset for help on using the changeset viewer.