Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Added explicit ASD_DOMAIN link to mutual friends tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 1, 2010
1 parent 3723dae commit bbdcfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/friends/controllers/tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private function _Prep ( ) {
$row->Load ( $rowOriginal );
$row->Find ( "a", 0 )->innertext = "Mutual";
$row->Find ( "li", 0 )->class .= " system system-requests ";
$row->Find ( "a", 0 )->href = '/profile/' . $focus->Username . '/friends/mutual/';
$row->Find ( "a", 0 )->href = 'http://' . ASD_DOMAIN . '/profile/' . $focus->Username . '/friends/mutual/';
if ( $currentCircle == 'mutual' ) $row->Find ( "li", 0 )->class .= " selected ";
$ul->innertext .= $row->outertext;
} else {
Expand Down

0 comments on commit bbdcfd9

Please sign in to comment.