Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/25/2010 05:34:58 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2580 props sorich87

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-forums/bp-forums-bbpress.php

    r3145 r3218  
    6666    /* This must be loaded before functionss.bb-admin.php otherwise we get a function conflict. */
    6767    if ( !$tables_installed = (boolean) $bbdb->get_results( 'DESCRIBE `' . $bbdb->forums . '`;', ARRAY_A ) )
    68         require_once( ABSPATH . 'wp-admin/upgrade-functions.php' );
     68        require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    6969
    7070    require_once( BB_PATH . 'bb-admin/includes/functions.bb-admin.php' );
Note: See TracChangeset for help on using the changeset viewer.