Skip to:
Content

BuddyPress.org


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

Typecast arrays on array_map() calls.

File:
1 edited

Legend:

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

    r2742 r2747  
    24512451    }
    24522452
    2453     $metas = array_map('maybe_unserialize', $metas);
     2453    $metas = array_map('maybe_unserialize', (array)$metas);
    24542454
    24552455    if ( 1 == count($metas) )
Note: See TracChangeset for help on using the changeset viewer.