[Bridge] Return HTML DOM with get_cached

This commit is contained in:
logmanoriginal 2016-08-28 19:37:32 +02:00
parent 4959334f9f
commit 5f3d28f3a6

View file

@ -419,7 +419,7 @@ abstract class HttpCachingBridgeAbstract extends BridgeAbstract {
}
}
return $content;
return str_get_html($content);
}
public function get_cached_time($url){