Skip to:
Content

BuddyPress.org

Changeset 4988


Ignore:
Timestamp:
08/15/2011 08:02:37 PM (15 years ago)
Author:
djpaul
Message:

Change upgrade function name to avoid future confusion. Fixes #3482, props wpmuguru

File:
1 edited

Legend:

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

    r4978 r4988  
    748748
    749749                        if ( $this->database_version < 1801 )
    750                                 $this->update_1_3();
     750                                $this->update_1_5();
    751751
    752752                        // Update the active components option early if we're updating
     
    10561056
    10571057        // Database update methods based on version numbers
    1058         function update_1_3() {
     1058        function update_1_5() {
    10591059                // Delete old database version options
    10601060                delete_site_option( 'bp-activity-db-version' );
Note: See TracChangeset for help on using the changeset viewer.