Revert commit (Do not disable feed if download failed)
This commit is contained in:
parent
5a86491a9f
commit
800026484c
@ -265,7 +265,7 @@ function refresh($feed_id)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (InvalidUrlException $e) {
|
catch (InvalidUrlException $e) {
|
||||||
disable($feed_id);
|
// disable($feed_id);
|
||||||
}
|
}
|
||||||
catch (PicoFeedException $e) {
|
catch (PicoFeedException $e) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user