diff --git a/curweather/curweather.php b/curweather/curweather.php index 59d7e378..e28cc2b3 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -57,7 +57,7 @@ function getWeather( $loc, $units='metric', $lang='en', $appid='', $cachetime=0) 'icon' => (string)$res->weather['icon'] ); set_pconfig(local_user(), 'curweather', 'last', $now->getTimestamp()); - Cache::set('curweather'.md5($url), serialize($r)); + Cache::set('curweather'.md5($url), serialize($r), CACHE_HOUR); return $r; }