diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-13 12:33:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-13 12:33:49 +0100 |
commit | 27baf46eb576002511f188268574aaff9ad16a6b (patch) | |
tree | 8ad0f25ef4272ac4de6d31242feead50486ba028 | |
parent | d2dcb93866ea659ac6fabc34b301656d8d5def8c (diff) | |
download | volse-hubzilla-27baf46eb576002511f188268574aaff9ad16a6b.tar.gz volse-hubzilla-27baf46eb576002511f188268574aaff9ad16a6b.tar.bz2 volse-hubzilla-27baf46eb576002511f188268574aaff9ad16a6b.zip |
fix item link in fsprint
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index f48b694fc..c5bc706c2 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -212,7 +212,7 @@ class Enotify { // "your post" if($p[0]['owner']['xchan_name'] == $p[0]['author']['xchan_name'] && intval($p[0]['item_wall'])) - $dest_str = sprintf(t('%1$s, %2$s %3$s [zrl=%3$s]your %5$s[/zrl]'), + $dest_str = sprintf(t('%1$s, %2$s %3$s [zrl=%4$s]your %5$s[/zrl]'), $recip['channel_name'], '[zrl=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/zrl]', $action, |