Fix fatal execution path for found Network::get() parameter execption
This commit is contained in:
committed by
Hypolite Petovan
parent
c51128ad20
commit
1998b7811b
@@ -87,7 +87,7 @@ class ActivityPub
|
||||
* @return array
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function fetchContent($url, $uid = 0)
|
||||
public static function fetchContent(string $url, int $uid = 0)
|
||||
{
|
||||
if (!empty($uid)) {
|
||||
return HTTPSignature::fetch($url, $uid);
|
||||
|
||||
Reference in New Issue
Block a user