[buddypress-trac] [BuddyPress] #903: user anv gets wrong path for visitors in trunk
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Aug 2 09:13:53 UTC 2009
#903: user anv gets wrong path for visitors in trunk
-----------------------+----------------------------------------------------
Reporter: mariusooms | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.0.4
Keywords: navigation |
-----------------------+----------------------------------------------------
Comment(by johnjamesjacoby):
Unless I'm wrong, I'm not sure how that fix works... The code around line
83 is...
{{{
if ( $bp->loggedin_user->domain )
$link = str_replace( $bp->loggedin_user->domain,
$bp->displayed_user->domain, $user_nav_item['link'] );
else
$link = $user_nav_item['link'];
}}}
So your fix is including an empty loggedin_user->domain... Unless we're on
different branches of the trunk somehow?
--
Ticket URL: <http://trac.buddypress.org/ticket/903#comment:2>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list