Update comment

This commit is contained in:
NumEricR 2013-08-27 02:14:15 +02:00
parent 7d1778bbd2
commit 093f1efb21
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ class Poche
Tools::logm('error in view call : entry is null');
}
break;
default: # home view
default: # home, favorites and archive views
$entries = $this->store->getEntriesByView($view, $this->user->getId());
$this->pagination->set_total(count($entries));
$page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&');