From: Florent Bruneau Date: Thu, 1 Jul 2010 16:46:46 +0000 (+0200) Subject: Fix missing link to the profile. X-Git-Tag: xorg/1.0.1~15^2~77 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f003cb02d3cd1a185995e93a9188d2e47492f0b9;p=platal.git Fix missing link to the profile. Signed-off-by: Florent Bruneau --- 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)); }