fix context links
This commit is contained in:
parent
b1d67c8d3c
commit
d59585d89d
1 changed files with 2 additions and 2 deletions
|
@ -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>'
|
||||
));
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue