aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-06-14 09:05:46 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-06-14 09:05:46 +0200
commit5a98cc7532c1dbc0c790caefa5ff317663a80740 (patch)
treea6705f67a706f3ee9e427e0dcd1d108b0ee64ef0 /app/Controllers/indexController.php
parent61f4d5457818204eb28ed394d4f1b97160542baa (diff)
parenta7e833280954a537e12d5a3f4fa12a5b9e8412da (diff)
Merge branch 'aledeg-user-queries' into dev
Diffstat (limited to 'app/Controllers/indexController.php')
-rwxr-xr-xapp/Controllers/indexController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index c843748c3..4fcc3176f 100755
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -82,9 +82,6 @@ class FreshRSS_index_Controller extends Minz_ActionController {
$this->view->state = $state = Minz_Request::param ('state', $this->view->conf->default_view);
$state_param = Minz_Request::param ('state', null);
$filter = Minz_Request::param ('search', '');
- if (!empty($filter)) {
- $state = FreshRSS_Entry::STATE_ALL; //Search always in read and unread articles
- }
$this->view->order = $order = Minz_Request::param ('order', $this->view->conf->sort_order);
$nb = Minz_Request::param ('nb', $this->view->conf->posts_per_page);
$first = Minz_Request::param ('next', '');