Skip to:
Content

BuddyPress.org

Changeset 8311


Ignore:
Timestamp:
04/21/2014 10:02:19 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Missed a spot in the 2.0 branch's signups table upgrade routine to 2.0.1. See #5563. (2.0 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/bp-core/bp-core-update.php

    r8309 r8311  
    408408
    409409/**
    410  *
     410 * 2.0.1 database upgrade routine
     411 *
    411412 * @since BuddyPress (2.0.1)
    412413 *
     
    414415 */
    415416function bp_update_to_2_0_1() {
    416     bp_core_maybe_upgrade_signups();
     417
     418    // We purposely call this during both the 2.0 upgrade and the 2.0.1 upgrade.
     419    // Don't worry; it won't break anything, and safely handles all cases.
     420    bp_core_maybe_install_signups();
    417421}
    418422
Note: See TracChangeset for help on using the changeset viewer.