Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/18/2010 06:50:35 PM (17 years ago)
Author:
apeatling
Message:

Move DB version checks back to checking the DB instead of pre-fetched site options. Fixes #1947

File:
1 edited

Legend:

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

    r2738 r2742  
    5757
    5858        /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
    59         if ( $bp->site_options['bp-friends-db-version'] < BP_FRIENDS_DB_VERSION )
     59        if ( get_site_option( 'bp-friends-db-version' ) < BP_FRIENDS_DB_VERSION )
    6060                friends_install();
    6161}
Note: See TracChangeset for help on using the changeset viewer.