- $item is the proper array here,
- see https://github.com/friendica/friendica/issues/11632#issuecomment-1186119430
This commit is contained in:
Roland Häder 2022-07-16 12:18:08 +02:00
parent 974564f75e
commit cb7f52cc6a
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77

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