Ticket #5141: 5141.01.patch
File 5141.01.patch, 749 bytes (added by , 11 years ago) |
---|
-
bp-core/bp-core-update.php
function bp_version_updater() { 186 186 // Get the raw database version 187 187 $raw_db_version = (int) bp_get_db_version_raw(); 188 188 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 190 196 require_once( BP_PLUGIN_DIR . '/bp-core/admin/bp-core-schema.php' ); 191 197 192 198 // Install BP schema and activate only Activity and XProfile