Ticket #6962: 6962.01.patch
File 6962.01.patch, 446 bytes (added by , 8 years ago) |
---|
-
src/bp-core/bp-core-attachments.php
1033 1033 $retval = false; 1034 1034 1035 1035 $current_component = bp_current_component(); 1036 if ( 'profile' === $current_component) {1036 if ( bp_is_active( 'xprofile' ) && bp_is_current_component( 'xprofile' ) ) { 1037 1037 $current_component = 'xprofile'; 1038 1038 } 1039 1039