Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2010 09:06:27 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1551 - also safeguarded all foreach loops with an array typecast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-widgets.php

    r2168 r2576  
    3434            </div>
    3535            <ul id="recent-posts" class="item-list">
    36                 <?php foreach ( $posts as $post ) : ?>
     36                <?php foreach ( (array)$posts as $post ) : ?>
    3737                    <li>
    3838                        <div class="item-avatar">
Note: See TracChangeset for help on using the changeset viewer.