diff options
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 29b87b927..6750de43b 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -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); |
