From 8fb0337b70e20179921718af00828f8ed343a2ce Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 14 Oct 2011 03:11:17 -0400 Subject: [PATCH] Correct cache storage length. --- cronjobs/index_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjobs/index_data.php b/cronjobs/index_data.php index 307e617..7863804 100644 --- a/cronjobs/index_data.php +++ b/cronjobs/index_data.php @@ -22,7 +22,7 @@ $dataSources = array( 'lastfm' => 60, 'sc2ranks' => 43200, 'steam' => 3600, - 'wow' => 0 //43200, + 'wow' => 43200, ); if(file_exists($CACHE_FILE)) {