Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2011 01:41:58 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix typo in is_valid_field, xprofile component class

File:
1 edited

Legend:

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

    r3903 r3908  
    780780        $retval = $wpdb->get_row( $wpdb->prepare( "SELECT id FROM {$bp->profile->table_name_fields} WHERE id = %d", $this->field_id ) );
    781781
    782         return apply_filters_ref_arra( 'xprofile_data_is_valid_field', array( (bool)$retval, &$this ) );
     782        return apply_filters_ref_array( 'xprofile_data_is_valid_field', array( (bool)$retval, &$this ) );
    783783    }
    784784
Note: See TracChangeset for help on using the changeset viewer.