Fix about page
This commit is contained in:
@@ -24,7 +24,7 @@ class WpContentsClient
|
||||
$response= []; // empty array
|
||||
}
|
||||
$responseArray = json_decode($response->getBody());
|
||||
$cache->save('BlogWebData',$responseArray,600);
|
||||
$cache->save('BlogWebData',$responseArray,7200);
|
||||
}
|
||||
else{
|
||||
$responseArray = $cache->get('BlogWebData');
|
||||
|
||||
Reference in New Issue
Block a user