Fix fatal execution path for found Network::get() parameter execption
This commit is contained in:
committed by
Hypolite Petovan
parent
c51128ad20
commit
1998b7811b
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user