mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
Update comment
This commit is contained in:
parent
7d1778bbd2
commit
093f1efb21
@ -257,7 +257,7 @@ class Poche
|
|||||||
Tools::logm('error in view call : entry is null');
|
Tools::logm('error in view call : entry is null');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default: # home view
|
default: # home, favorites and archive views
|
||||||
$entries = $this->store->getEntriesByView($view, $this->user->getId());
|
$entries = $this->store->getEntriesByView($view, $this->user->getId());
|
||||||
$this->pagination->set_total(count($entries));
|
$this->pagination->set_total(count($entries));
|
||||||
$page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&');
|
$page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&');
|
||||||
|
Loading…
Reference in New Issue
Block a user