mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-21 07:41:53 -04:00
Fix mark-selection-as-unread (#5367)
The "mark selection as unread" button would mark articles as read instead of unread...
This commit is contained in:
committed by
GitHub
parent
53808c6c05
commit
4de1d5efea
@@ -132,7 +132,7 @@
|
||||
);
|
||||
|
||||
$mark_unread_url = $mark_read_url;
|
||||
$mark_unread_url['params']['is_read'] = false;
|
||||
$mark_unread_url['params']['is_read'] = '0';
|
||||
$mark_unread_url['params']['nextGet'] = $get;
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user