From f003cb02d3cd1a185995e93a9188d2e47492f0b9 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 1 Jul 2010 18:46:46 +0200 Subject: [PATCH] Fix missing link to the profile. Signed-off-by: Florent Bruneau --- modules/carnet/feed.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/carnet/feed.inc.php b/modules/carnet/feed.inc.php index 24ee58a..ea4f52c 100644 --- a/modules/carnet/feed.inc.php +++ b/modules/carnet/feed.inc.php @@ -48,6 +48,7 @@ class CarnetFeedIterator implements PlIterator 'hruid' => $user->login(), 'dead' => $user->deathdate, 'profile' => $user->profile()->hrid(), + 'link' => Platal::globals()->baseurl . '/profile/' . $profile->hrid(), 'user' => $user, 'contact' => $owner->isContact($profile)); } -- 2.1.4