mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-25 00:35:40 -04:00
Filter feeds in error (#2160)
https://github.com/FreshRSS/FreshRSS/issues/2146
This commit is contained in:
committed by
GitHub
parent
e43abad50c
commit
7cbfdb4e09
@@ -33,6 +33,8 @@ class FreshRSS_subscription_Controller extends Minz_ActionController {
|
||||
@filemtime(PUBLIC_PATH . '/scripts/category.js')));
|
||||
Minz_View::prependTitle(_t('sub.title') . ' · ');
|
||||
|
||||
$this->view->onlyFeedsWithError = Minz_Request::paramTernary('error');
|
||||
|
||||
$id = Minz_Request::param('id');
|
||||
if ($id !== false) {
|
||||
$feedDAO = FreshRSS_Factory::createFeedDao();
|
||||
|
||||
Reference in New Issue
Block a user