mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Fixed:
- $item is the proper array here, - see https://github.com/friendica/friendica/issues/11632#issuecomment-1186119430
This commit is contained in:
parent
974564f75e
commit
cb7f52cc6a
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue