aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-12 00:58:31 -0700
committerfriendica <info@friendica.com>2013-06-12 00:58:31 -0700
commit4a072297f7ba036da475ccaaaef765abb4105501 (patch)
tree59291fd617af9f810e061cec4a4af1f59e2307b8 /include/enotify.php
parent6914a4eeac16c1cc24d4c1463c098baf05132a3e (diff)
downloadvolse-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.php2
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);