leaving a TODO

This commit is contained in:
Doug Bell 2009-01-27 23:50:48 +00:00
parent 7f2bc2458c
commit 188f22b678

View file

@ -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;