diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-27 20:58:13 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-27 20:58:13 +0100 |
commit | b40cd4e73f3befb00d0798cf0960557479f99b17 (patch) | |
tree | 513488c70cd1780d9a7432bbfbb2b9df10efe69a /inc/poche | |
parent | 24479b479d6a9fc406c92def1f7609fbfa142bcd (diff) | |
parent | 1b6e21d7a657c87a48efe02a1191d06682c64829 (diff) | |
download | wallabag-b40cd4e73f3befb00d0798cf0960557479f99b17.tar.gz wallabag-b40cd4e73f3befb00d0798cf0960557479f99b17.tar.zst wallabag-b40cd4e73f3befb00d0798cf0960557479f99b17.zip |
Merge pull request #889 from wallabag/fix#871
Fix#871
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 8cebafa3..ecb2a51f 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -388,7 +388,7 @@ class Poche | |||
388 | $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' )); | 388 | $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' )); |
389 | $tpl_vars['page_links'] = $page_links; | 389 | $tpl_vars['page_links'] = $page_links; |
390 | $tpl_vars['nb_results'] = $count; | 390 | $tpl_vars['nb_results'] = $count; |
391 | $tpl_vars['search_term'] = $search; | 391 | $tpl_vars['searchterm'] = $search; |
392 | } | 392 | } |
393 | break; | 393 | break; |
394 | case 'view': | 394 | case 'view': |