mirror of
https://github.com/friendica/friendica
synced 2025-04-28 19:44:23 +02:00
Fix caps
This commit is contained in:
parent
f9b3340599
commit
9a93c8f1c5
2 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ class HttpClient implements ICanSendHttpRequests
|
|||
throw new TransferException($urlResult->getErrorMessageString(), $urlResult->getHTTPStatusCode() ?? 0);
|
||||
}
|
||||
|
||||
return $urlResult->getURL();
|
||||
return $urlResult->getUrl();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue