leaving a TODO
This commit is contained in:
parent
7f2bc2458c
commit
188f22b678
1 changed files with 1 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ sub www_view {
|
|||
next if($displayView && !$friend->profileField('ableToBeFriend'));
|
||||
|
||||
my $hash = {};
|
||||
# TODO Move this into a sub that can be more easily overridden
|
||||
$hash->{'friend_full_name' } = $friend->getWholeName;
|
||||
$hash->{'isViewable' } = $friend->profileIsViewable;
|
||||
$hash->{'friend_id' } = $friend->userId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue