diff options
Diffstat (limited to 'app/Controllers/configureController.php')
| -rw-r--r-- | app/Controllers/configureController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 2ccc6fe42..a50cf1ef7 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -150,6 +150,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { 'focus' => Minz_Request::paramBoolean('mark_focus'), ]; FreshRSS_Context::userConf()->_filtersAction('read', Minz_Request::paramTextToArray('filteractions_read')); + FreshRSS_Context::userConf()->_filtersAction('star', Minz_Request::paramTextToArray('filteractions_star')); FreshRSS_Context::userConf()->save(); invalidateHttpCache(); |
