diff options
| author | 2014-10-22 18:33:46 +0200 | |
|---|---|---|
| committer | 2014-10-22 18:33:46 +0200 | |
| commit | 8a6ad05ebacb6bf6c0f6afd0afe54a29a0a18ee9 (patch) | |
| tree | 7b7f84f6cc3e4278ee18f7afd4e272a31cd9e5d7 /app/Controllers/configureController.php | |
| parent | 9551145200b61717fdeb11007e1da541ddf93f0f (diff) | |
Remove STATE_STRICT
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'app/Controllers/configureController.php')
| -rwxr-xr-x | app/Controllers/configureController.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 9a7870000..cafd0e8a8 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -338,9 +338,6 @@ class FreshRSS_configure_Controller extends Minz_ActionController { unset($query[$key]); } } - if (!empty($query['state']) && $query['state'] & FreshRSS_Entry::STATE_STRICT) { - $query['state'] -= FreshRSS_Entry::STATE_STRICT; - } $queries[] = $query; FreshRSS_Context::$conf->_queries($queries); FreshRSS_Context::$conf->save(); |
