aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-08-27 02:14:15 +0200
committerNumEricR <eric.github@gmail.com>2013-08-27 16:03:50 +0200
commit093f1efb213ce43e76ad7416eef347c80d8b0e17 (patch)
tree9a3d80af3b1c3b800b9b6535fe99402bcf13e6f6 /inc/poche/Poche.class.php
parent7d1778bbd20030dd37b47a87bfa10bff61f6457e (diff)
downloadwallabag-093f1efb213ce43e76ad7416eef347c80d8b0e17.tar.gz
wallabag-093f1efb213ce43e76ad7416eef347c80d8b0e17.tar.zst
wallabag-093f1efb213ce43e76ad7416eef347c80d8b0e17.zip
Update comment
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index bca8bfd5..57e8b7b3 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -257,7 +257,7 @@ class Poche
257 Tools::logm('error in view call : entry is null'); 257 Tools::logm('error in view call : entry is null');
258 } 258 }
259 break; 259 break;
260 default: # home view 260 default: # home, favorites and archive views
261 $entries = $this->store->getEntriesByView($view, $this->user->getId()); 261 $entries = $this->store->getEntriesByView($view, $this->user->getId());
262 $this->pagination->set_total(count($entries)); 262 $this->pagination->set_total(count($entries));
263 $page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&'); 263 $page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&');