mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
Merge pull request #758 from nupplaphil/move_global_functions_3
Move Global Functions - Part 3
This commit is contained in:
commit
7a376aeaad
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ function openstreetmap_get_coordinates($a, &$b)
|
|||
$curlResult = Network::curl($nomserver . $args);
|
||||
if ($curlResult->isSuccess()) {
|
||||
$j = json_decode($curlResult->getBody(), true);
|
||||
Cache::set($cachekey, $j, CACHE_MONTH);
|
||||
Cache::set($cachekey, $j, Cache::MONTH);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue