fix context links

This commit is contained in:
Friendika 2011-01-19 18:31:04 -08:00
parent b1d67c8d3c
commit d59585d89d
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ function network_content(&$a, $update = 0) {
'$owner_photo' => $owner_photo,
'$owner_name' => $owner_name,
'$drop' => $drop,
'$conv' => '<a href="' . $a->get_baseurl() . '/display/' . $item['nickname'] . '/' . $item['id'] . '">' . t('View in context') . '</a>'
'$conv' => '<a href="' . $a->get_baseurl() . '/display/' . $a->user['nickname'] . '/' . $item['id'] . '">' . t('View in context') . '</a>'
));
}