aboutsummaryrefslogtreecommitdiffstats
path: root/mod/suggest.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-30 08:12:28 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-30 08:12:28 +0200
commitd22b3a1d9c295f5545cc20e1af786cb79e6553a5 (patch)
treea0a6b3cec6b1b4108c62ff689e8842d49226b982 /mod/suggest.php
parente2370b56bf9c385ddfcdd004c30a49f24100a916 (diff)
parentd83bfd464baebf7d203a07d1bd92a00d2734d0ad (diff)
downloadvolse-hubzilla-d22b3a1d9c295f5545cc20e1af786cb79e6553a5.tar.gz
volse-hubzilla-d22b3a1d9c295f5545cc20e1af786cb79e6553a5.tar.bz2
volse-hubzilla-d22b3a1d9c295f5545cc20e1af786cb79e6553a5.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'mod/suggest.php')
-rwxr-xr-xmod/suggest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/suggest.php b/mod/suggest.php
index b8ca423c5..7a86d53a1 100755
--- a/mod/suggest.php
+++ b/mod/suggest.php
@@ -52,7 +52,7 @@ function suggest_content(&$a) {
$connlnk = $a->get_baseurl() . '/follow/?url=' . (($rr['connect']) ? $rr['connect'] : $rr['url']);
$o .= replace_macros($tpl,array(
- '$url' => $rr['url'],
+ '$url' => zrl($rr['url']),
'$name' => $rr['name'],
'$photo' => $rr['photo'],
'$ignlnk' => $a->get_baseurl() . '/suggest?ignore=' . $rr['id'],