Ticket #3062: 3062.patch
File 3062.patch, 538 bytes (added by , 14 years ago) |
---|
-
bp-core/admin/bp-core-admin.php
333 333 } 334 334 335 335 // On new install, set all components to be active by default 336 if ( 'install' == $bp_wizard->setup_type && empty( $active_components ) )336 if ( isset($bp_wizard->setup_type) && 'install' == $bp_wizard->setup_type && empty( $active_components ) ) 337 337 $active_components = $optional_components; 338 338 339 339 ?>