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

Commit

Permalink
Fixed issue with missing icons in friends list.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 2, 2010
1 parent b17273a commit f7a6747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/friends/controllers/friends.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ private function _Prep ( ) {

$data = array ( 'username' => $username, 'domain' => $domain, 'width' => 64, 'height' => 64 );
$row->Find ( '[class=friends-icon]', 0 )->src = $this->GetSys ( 'Event' )->Trigger ( 'On', 'User', 'Icon', $data );
$row->Find ( '[class=friends-icon]', 0)->class .= " usericon";

$data = array ( 'account' => $this->_Current->Account, 'request' => $request, );
$row->Find ( '[class=friends-add-friend-link]', 0 )->href = $this->GetSys ( 'Event' )->Trigger ( 'Create', 'Friend', 'Addlink', $data );
Expand Down

0 comments on commit f7a6747

Please sign in to comment.