Revert commit (Do not disable feed if download failed)

This commit is contained in:
Frédéric Guillot 2014-12-29 18:49:49 -05:00
parent 5a86491a9f
commit 800026484c
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ function refresh($feed_id)
return true;
}
catch (InvalidUrlException $e) {
disable($feed_id);
// disable($feed_id);
}
catch (PicoFeedException $e) {
}