yet one more place to use chanlink_hash() instead of chanlink_url()
This commit is contained in:
parent
5012baba15
commit
3d0c6700db
@ -1175,8 +1175,8 @@ function builtin_activity_puller($item, &$conv_responses) {
|
|||||||
|
|
||||||
if((activity_match($item['verb'], $verb)) && ($item['id'] != $item['parent'])) {
|
if((activity_match($item['verb'], $verb)) && ($item['id'] != $item['parent'])) {
|
||||||
$name = (($item['author']['xchan_name']) ? $item['author']['xchan_name'] : t('Unknown'));
|
$name = (($item['author']['xchan_name']) ? $item['author']['xchan_name'] : t('Unknown'));
|
||||||
$url = (($item['author']['xchan_url'] && $item['author']['xchan_photo_s'])
|
$url = (($item['author_xchan'] && $item['author']['xchan_photo_s'])
|
||||||
? '<a href="' . chanlink_url($item['author']['xchan_url']) . '">' . '<img class="dropdown-menu-img-xs" src="' . zid($item['author']['xchan_photo_s']) . '" alt="' . urlencode($name) . '" />' . $name . '</a>'
|
? '<a href="' . chanlink_hash($item['author_xchan']) . '">' . '<img class="dropdown-menu-img-xs" src="' . zid($item['author']['xchan_photo_s']) . '" alt="' . urlencode($name) . '" />' . $name . '</a>'
|
||||||
: '<a href="#" class="disabled">' . $name . '</a>'
|
: '<a href="#" class="disabled">' . $name . '</a>'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user