]> git.mxchange.org Git - friendica.git/commitdiff
Fixed:
authorRoland Häder <roland@mxchange.org>
Sat, 16 Jul 2022 10:18:08 +0000 (12:18 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 16 Jul 2022 10:19:09 +0000 (12:19 +0200)
- $item is the proper array here,
- see https://github.com/friendica/friendica/issues/11632#issuecomment-1186119430

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']);
                                }
                        }
                }