]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update comment
authorNumEricR <eric.github@gmail.com>
Tue, 27 Aug 2013 00:14:15 +0000 (02:14 +0200)
committerNumEricR <eric.github@gmail.com>
Tue, 27 Aug 2013 14:03:50 +0000 (16:03 +0200)
inc/poche/Poche.class.php

index bca8bfd5a4b7e6e4b3aefc4967e44b3c8df54f5c..57e8b7b3576acc4d8d7373c246e3c93fc882df5e 100644 (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'] . '&');