]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/OStatus.php
Merge pull request #11753 from Quix0r/fixes/missing-contact-array
[friendica.git] / src / Protocol / OStatus.php
index 36dbb06c8446db7eae69b6cb67173a3adc177177..1efbb0bf39a610f50883773d1b7520ea285bf116 100644 (file)
@@ -1168,7 +1168,7 @@ class OStatus
                                                break;
 
                                        default:
-                                               Logger::warning('Unsupported rel=' . $attribute['rel'] . ', href=' . $attribute['href'] . ', object-type=' . $attribute['object-type']);
+                                               Logger::warning('Unsupported rel=' . $attribute['rel'] . ', href=' . $attribute['href'] . ', object-type=' . $item['object-type']);
                                }
                        }
                }