]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
linkify - need at least one character after ://
[friendica.git] / mod / dfrn_confirm.php
index 6b9bbfe133b1adf22137ab05e5bf08c2255cc3cb..41e0771afa6f5b2fe3269517775cdb4004604011 100644 (file)
@@ -432,6 +432,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                                $arr['object'] .= '<link>' . xmlify('<link rel="alternate" type="text/html" href="' . $contact['url'] . '" />' . "\n");
                                $arr['object'] .= xmlify('<link rel="photo" type="image/jpeg" href="' . $contact['thumb'] . '" />' . "\n");
                                $arr['object'] .= '</link></object>' . "\n";
+                               $arr['last-child'] = 1;
 
                                $i = item_store($arr);