diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-28 13:08:11 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-02-28 13:08:11 +0200 |
commit | 6065553c137ec63ec3ffddda0350f1d3d805b852 (patch) | |
tree | b79f845b3217a8d1c48519b9fbc93e99d292771f /inc/poche | |
parent | affbd83b485398a2141839b19b592d316d12d1a9 (diff) | |
download | wallabag-6065553c137ec63ec3ffddda0350f1d3d805b852.tar.gz wallabag-6065553c137ec63ec3ffddda0350f1d3d805b852.tar.zst wallabag-6065553c137ec63ec3ffddda0350f1d3d805b852.zip |
effect of block rebuilding on next page removed, issue #479
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/Poche.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 4100f156..d42da60d 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -660,6 +660,7 @@ class Poche | |||
660 | 'entries' => '', | 660 | 'entries' => '', |
661 | 'page_links' => '', | 661 | 'page_links' => '', |
662 | 'nb_results' => '', | 662 | 'nb_results' => '', |
663 | 'listmode' => (isset($_COOKIE['listmode']) ? true : false), | ||
663 | ); | 664 | ); |
664 | 665 | ||
665 | //if id is given - we retrive entries by tag: id is tag id | 666 | //if id is given - we retrive entries by tag: id is tag id |