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-blogs.php

    r2742 r2747  
    774774    }
    775775
    776     $metas = array_map('maybe_unserialize', $metas);
     776    $metas = array_map('maybe_unserialize', (array)$metas);
    777777
    778778    if ( 1 == count($metas) )
Note: See TracChangeset for help on using the changeset viewer.