diff options
Diffstat (limited to 'app/Models/UserQuery.php')
| -rw-r--r-- | app/Models/UserQuery.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Models/UserQuery.php b/app/Models/UserQuery.php index c78eeccd3..077ae0b90 100644 --- a/app/Models/UserQuery.php +++ b/app/Models/UserQuery.php @@ -140,10 +140,10 @@ class FreshRSS_UserQuery { case 'a': // All PRIORITY_MAIN_STREAM $this->get_type = 'all'; break; - case 'A': // All except PRIORITY_ARCHIVED + case 'A': // All except PRIORITY_HIDDEN $this->get_type = 'A'; break; - case 'Z': // All including PRIORITY_ARCHIVED + case 'Z': // All including PRIORITY_HIDDEN $this->get_type = 'Z'; break; case 'c': |
