Ticket #729: random_member.patch
File random_member.patch, 567 bytes (added by , 15 years ago) |
---|
-
bp-core-catchuri.php
93 93 $bp_unfiltered_uri = $bp_uri; 94 94 95 95 /* Catch a member page and set the current member ID */ 96 if ( $bp_uri[0] == BP_MEMBERS_SLUG || in_array( 'bp-core-ajax-handler.php', $bp_uri ) ) {96 if ( $bp_uri[0] == BP_MEMBERS_SLUG && !isset( $_GET['random'] ) || in_array( 'bp-core-ajax-handler.php', $bp_uri ) ) { 97 97 $is_member_page = true; 98 98 $is_root_component = true; 99 99