diff options
author | friendica <info@friendica.com> | 2013-06-12 00:58:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-12 00:58:31 -0700 |
commit | 4a072297f7ba036da475ccaaaef765abb4105501 (patch) | |
tree | 59291fd617af9f810e061cec4a4af1f59e2307b8 /include/enotify.php | |
parent | 6914a4eeac16c1cc24d4c1463c098baf05132a3e (diff) | |
download | volse-hubzilla-4a072297f7ba036da475ccaaaef765abb4105501.tar.gz volse-hubzilla-4a072297f7ba036da475ccaaaef765abb4105501.tar.bz2 volse-hubzilla-4a072297f7ba036da475ccaaaef765abb4105501.zip |
missed a few zrl/zmg conversions, like for translate_item and enotify messages
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index a774385da..5728d054c 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -114,7 +114,7 @@ function notification($params) { // "a post" $dest_str = sprintf(t('%1$s commented on [zrl=%2$s]a %3$s[/zrl]'), - '[url=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/url]', + '[zrl=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/zrl]', $itemlink, $item_post_type); |