mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Fix fatal execution path for found Network::get() parameter execption
This commit is contained in:
parent
c51128ad20
commit
1998b7811b
3 changed files with 6 additions and 6 deletions
|
@ -681,7 +681,7 @@ class Processor
|
|||
* @return string fetched message URL
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function fetchMissingActivity($url, $child = [])
|
||||
public static function fetchMissingActivity(string $url, array $child = [])
|
||||
{
|
||||
if (!empty($child['receiver'])) {
|
||||
$uid = ActivityPub\Receiver::getFirstUserFromReceivers($child['receiver']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue