Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/30/2008 10:07:05 AM (18 years ago)
Author:
sambauers
Message:

bb_cahce_users() typo - Fixes #843 - props _ck_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-includes/functions.php

    r1368 r1384  
    11611161                foreach( $ids as $i => $d )
    11621162                        if ( isset($bb_user_cache[$d]) )
    1163                                 unset($ids[i]); // Don't cache what we already have
     1163                                unset($ids[$i]); // Don't cache what we already have
    11641164        if ( 0 < count($ids) )
    11651165                $bb_cache->cache_users( $ids );
Note: See TracChangeset for help on using the changeset viewer.