This commit is contained in:
Alexis Degrugillier 2024-05-16 13:09:29 +02:00 committed by GitHub
commit ed987ab633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController {
$this->view->feed = new FreshRSS_Feed($url);
try {
// We try to get more information about the feed.
$this->view->feed->_attributes('clear_cache', true);
$this->view->feed->load(true);
$this->view->load_ok = true;
} catch (Exception $e) {