diff options
| author | 2014-03-03 21:27:45 +0100 | |
|---|---|---|
| committer | 2014-03-03 21:27:45 +0100 | |
| commit | ff8fd9565413d8b690e0027bd6a091d8e74165b1 (patch) | |
| tree | 887487579c9aae8fc0c4f05f8506cd7026a831f4 /app/Controllers/indexController.php | |
| parent | fc6769c1b10314b50be4a3d970c5c4917be6305c (diff) | |
API: Bug previous commit
https://github.com/marienfressinaud/FreshRSS/issues/443
Bug in
https://github.com/marienfressinaud/FreshRSS/commit/fc6769c1b10314b50be4a3d970c5c4917be6305c
Diffstat (limited to 'app/Controllers/indexController.php')
| -rwxr-xr-x | app/Controllers/indexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php index 2f263dff0..73f454715 100755 --- a/app/Controllers/indexController.php +++ b/app/Controllers/indexController.php @@ -133,7 +133,7 @@ class FreshRSS_index_Controller extends Minz_ActionController { if ($state === 'not_read' && empty($entries) && ($state_param === null)) { Minz_Log::record ('Conflicting information about nbNotRead!', Minz_Log::DEBUG); $this->view->state = 'all'; - $entries = $entryDAO->listWhere($getType, $getId, 'all', $order, $nb, $first, $filter, $date_min, $keepHistoryDefault); + $entries = $entryDAO->listWhere($getType, $getId, 'all', $order, $nb, $first, $filter, $date_min, true, $keepHistoryDefault); } if (count($entries) <= $nb) { |
