]> git.mxchange.org Git - friendica.git/blobdiff - mod/suggest.php
Update the `thr-parent` field in the `item` table
[friendica.git] / mod / suggest.php
old mode 100755 (executable)
new mode 100644 (file)
index b8ca423..7a86d53
@@ -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'],