Alexandre Alapetite
2022-07-28 14:24:20 +02:00
committed by GitHub
parent 71ff543783
commit 18b8e91e3f

View File

@@ -72,7 +72,7 @@ class FreshRSS_entry_Controller extends FreshRSS_ActionController {
if (!$get) {
// No get? Mark all entries as read (from $id_max)
$entryDAO->markReadEntries($id_max, $is_read);
$entryDAO->markReadEntries($id_max, false, 0, null, 0, $is_read);
} else {
$type_get = $get[0];
$get = substr($get, 2);