mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Bugfix: The name of the item owner was empty in notifications
This commit is contained in:
parent
d74292b7e1
commit
6f1b1aee4b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ function notification($params)
|
||||||
$dest_str = sprintf(t('%1$s commented on [url=%2$s]%3$s\'s %4$s[/url]'),
|
$dest_str = sprintf(t('%1$s commented on [url=%2$s]%3$s\'s %4$s[/url]'),
|
||||||
'[url='.$params['source_link'].']'.$params['source_name'].'[/url]',
|
'[url='.$params['source_link'].']'.$params['source_name'].'[/url]',
|
||||||
$itemlink,
|
$itemlink,
|
||||||
$p['author-name'],
|
$item['author-name'],
|
||||||
$item_post_type);
|
$item_post_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue