mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Rename "HTTPRequest::curl()" to HTTPRequest::get()
This commit is contained in:
parent
90193bd02b
commit
72c24efe5b
3 changed files with 4 additions and 4 deletions
|
@ -131,7 +131,7 @@ function openstreetmap_get_coordinates($a, &$b)
|
|||
$j = DI::cache()->get($cachekey);
|
||||
|
||||
if (is_null($j)) {
|
||||
$curlResult = DI::httpRequest()->curl($nomserver . $args);
|
||||
$curlResult = DI::httpRequest()->get($nomserver . $args);
|
||||
if ($curlResult->isSuccess()) {
|
||||
$j = json_decode($curlResult->getBody(), true);
|
||||
DI::cache()->set($cachekey, $j, Duration::MONTH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue