Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/19/2010 02:42:00 PM (16 years ago)
Author:
apeatling
Message:

Typecast arrays on array_map() calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-activity.php

    r2742 r2747  
    11101110        return false;
    11111111
    1112     $metas = array_map( 'maybe_unserialize', $metas );
     1112    $metas = array_map( 'maybe_unserialize', (array)$metas );
    11131113
    11141114    if ( 1 == count($metas) )
Note: See TracChangeset for help on using the changeset viewer.