mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-20 15:22:17 +02:00
[bridges] Remove calls to get_cached and remove_from_cache
This commit is contained in:
@@ -224,9 +224,6 @@ class KununuBridge extends HttpCachingBridgeAbstract {
|
||||
*/
|
||||
private function extract_full_description($uri){
|
||||
// Load full article
|
||||
if($this->get_cached_time($uri) <= strtotime('-24 hours'))
|
||||
$this->remove_from_cache($uri);
|
||||
|
||||
$html = $this->get_cached($uri);
|
||||
if($html === false)
|
||||
$this->returnServerError('Could not load full description!');
|
||||
|
Reference in New Issue
Block a user