Skip to:
Content

BuddyPress.org

Changeset 3550


Ignore:
Timestamp:
12/22/2010 12:21:24 AM (16 years ago)
Author:
boonebgorges
Message:

Fixes some WP_DEBUG warnings and errors during setup

Location:
trunk/bp-core/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-schema.php

    r3363 r3550  
    33        global $wpdb;
    44
    5         require_once( ABSPATH . 'wp-admin/upgrade-functions.php' );
     5        require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
    66
    77        /* BuddyPress component DB schema */
  • trunk/bp-core/admin/bp-core-upgrade.php

    r3477 r3550  
    868868                        check_admin_referer( 'bpwizard_components' );
    869869
     870                        $disabled = array();
     871
    870872                        // Settings form submitted, now save the settings.
    871873                        foreach ( (array)$_POST['bp_components'] as $key => $value ) {
Note: See TracChangeset for help on using the changeset viewer.