Ticket #5078: 5078.diff
File 5078.diff, 724 bytes (added by , 12 years ago) |
---|
-
bp-forums/deprecated/1.6.php
58 58 59 59 // Now delete the bb-config.php file 60 60 @unlink( ABSPATH . 'bb-config.php' ); 61 62 if( !empty( $_REQUEST['reinstall'] ) ) { 63 // refreshing active components 64 $active_components = buddypress()->active_components; 61 65 66 if( in_array( 'forums', array_keys( $active_components ) ) ) { 67 unset( $active_components['forums'] ); 68 bp_update_option( 'bp-active-components', $active_components ); 69 } 70 } 71 62 72 // show the updated wizard 63 73 bp_forums_bbpress_install_wizard(); 64 74