diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 14:06:59 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 14:06:59 +0100 |
commit | 49c803425c3d755d8525128156f7175f4883cad1 (patch) | |
tree | 52b26829d692c7460937e695ab232d345f90a117 /inc/poche/Poche.class.php | |
parent | 346380e131ac41229fdcadb5bc5dcb99347552ec (diff) | |
parent | cf75bb31e94df45512f2c04e1cfb8dc7723ffbfb (diff) | |
download | wallabag-49c803425c3d755d8525128156f7175f4883cad1.tar.gz wallabag-49c803425c3d755d8525128156f7175f4883cad1.tar.zst wallabag-49c803425c3d755d8525128156f7175f4883cad1.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'inc/poche/Poche.class.php')
-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 714fa9ee..49651c52 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -661,6 +661,7 @@ class Poche | |||
661 | 'entries' => '', | 661 | 'entries' => '', |
662 | 'page_links' => '', | 662 | 'page_links' => '', |
663 | 'nb_results' => '', | 663 | 'nb_results' => '', |
664 | 'listmode' => (isset($_COOKIE['listmode']) ? true : false), | ||
664 | ); | 665 | ); |
665 | 666 | ||
666 | //if id is given - we retrive entries by tag: id is tag id | 667 | //if id is given - we retrive entries by tag: id is tag id |