mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-05 21:55:24 -04:00
Fix wrong mark-as-read maxId argument (#2431)
Fix https://github.com/FreshRSS/FreshRSS/issues/2429
This commit is contained in:
committed by
GitHub
parent
9720ab6a4d
commit
ad19b6bf2e
@@ -54,7 +54,7 @@ class FreshRSS_index_Controller extends Minz_ActionController {
|
||||
}
|
||||
};
|
||||
|
||||
$this->view->callbackBeforeEntries = function ($view) {
|
||||
$this->view->callbackBeforePagination = function ($view) {
|
||||
try {
|
||||
FreshRSS_Context::$number++; //+1 for pagination
|
||||
$entries = FreshRSS_index_Controller::listEntriesByContext();
|
||||
|
||||
Reference in New Issue
Block a user