]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Add tests for Network\Probe::getFeedLink
[friendica.git] / src / Model / Contact.php
index becc80c0c3c6e09e557e77778aaf37cc59882b80..0d321189ffc2d12ad814e7c6240e8dca350e68ec 100644 (file)
@@ -847,7 +847,7 @@ class Contact
                        $item['body'] = '';
                        $item['title'] = '';
                        $item['guid'] = '';
-                       $item['tag'] = '';
+                       $item['uri-id'] = 0;
                        $item['attach'] = '';
                        $slap = OStatus::salmon($item, $user);
 
@@ -2457,7 +2457,7 @@ class Contact
                                $item['body'] = '';
                                $item['title'] = '';
                                $item['guid'] = '';
-                               $item['tag'] = '';
+                               $item['uri-id'] = 0;
                                $item['attach'] = '';
 
                                $slap = OStatus::salmon($item, $owner);