aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-29 22:20:14 -0700
committerfriendica <info@friendica.com>2012-03-29 22:20:14 -0700
commitd83bfd464baebf7d203a07d1bd92a00d2734d0ad (patch)
tree8f0acc92772dbe2d3835b21090b69bf4ba5beed1 /mod/notifications.php
parente2c295c01f92cf9a1550a231296ff4723172592b (diff)
downloadvolse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.tar.gz
volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.tar.bz2
volse-hubzilla-d83bfd464baebf7d203a07d1bd92a00d2734d0ad.zip
zrl into people searches
Diffstat (limited to 'mod/notifications.php')
-rwxr-xr-xmod/notifications.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/notifications.php b/mod/notifications.php
index ff131010f..551b307db 100755
--- a/mod/notifications.php
+++ b/mod/notifications.php
@@ -145,7 +145,7 @@ function notifications_content(&$a) {
'$contact_id' => $rr['contact-id'],
'$photo' => ((x($rr,'fphoto')) ? $rr['fphoto'] : "images/person-175.jpg"),
'$fullname' => $rr['fname'],
- '$url' => $rr['furl'],
+ '$url' => zrl($rr['furl']),
'$hidden' => array('hidden', t('Hide this contact from others'), ($rr['hidden'] == 1), ''),
'$activity' => array('activity', t('Post a new friend activity'), 1, t('if applicable')),
@@ -195,7 +195,7 @@ function notifications_content(&$a) {
'$fullname' => $rr['name'],
'$hidden' => array('hidden', t('Hide this contact from others'), ($rr['hidden'] == 1), ''),
'$activity' => array('activity', t('Post a new friend activity'), 1, t('if applicable')),
- '$url' => $rr['url'],
+ '$url' => zrl($rr['url']),
'$knowyou' => $knowyou,
'$approve' => t('Approve'),
'$note' => $rr['note'],