Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/09/2008 05:38:14 AM (18 years ago)
Author:
apeatling
Message:
  • Switched activity stream caching back on after changes were committed with it turned off.
  • Updated admin bar to not show blog authors on root blog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r375 r378  
    107107                $last_cached = get_usermeta( $bp['current_userid'], 'bp_activity_last_cached' );
    108108               
    109                 if ( strtotime( BP_ACTIVITY_CACHE_LENGTH, (int)$last_cached ) <= time() ) {
     109                if ( strtotime( BP_ACTIVITY_CACHE_LENGTH, (int)$last_cached ) >= time() ) {
    110110                       
    111111                        //echo '<small style="color: green">** Debug: Using Cache **</small>';
Note: See TracChangeset for help on using the changeset viewer.