Skip to:
Content

BuddyPress.org

Ticket #5141: 5141.01.patch

File 5141.01.patch, 749 bytes (added by r-a-y, 11 years ago)
  • bp-core/bp-core-update.php

    function bp_version_updater() { 
    186186        // Get the raw database version
    187187        $raw_db_version = (int) bp_get_db_version_raw();
    188188
    189         $default_components = apply_filters( 'bp_new_install_default_components', array( 'activity' => 1, 'members' => 1, 'xprofile' => 1, ) );
     189        $default_components = apply_filters( 'bp_new_install_default_components', array(
     190                'activity' => 1,
     191                'members'  => 1,
     192                'settings' => 1,
     193                'xprofile' => 1
     194        ) );
     195
    190196        require_once( BP_PLUGIN_DIR . '/bp-core/admin/bp-core-schema.php' );
    191197
    192198        // Install BP schema and activate only Activity and XProfile