Ticket #1728: 1728.001.diff
File 1728.001.diff, 530 bytes (added by , 14 years ago) |
---|
-
bp-core/bp-core-catchuri.php
180 180 $action_variables = $bp_uri; 181 181 182 182 /* Remove the username from action variables if this is not a VHOST install */ 183 if ( 'no' == VHOST && !$is_root_component )183 if ( defined( 'VHOST' ) && 'no' == VHOST && !$is_root_component ) 184 184 array_shift($bp_uri); 185 185 186 186 /* Reset the keys by merging with an empty array */