diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-03-13 17:08:14 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-03-13 17:08:14 +0100 |
commit | ae27d0ffca1c3a381226fed42adea66c3971fdde (patch) | |
tree | abc13ffa4e547299edeb4a2afe832e802d1aee32 /inc/poche | |
parent | f76dab12c9913e0bf4bafd8f59cccdb6bf395994 (diff) | |
download | wallabag-ae27d0ffca1c3a381226fed42adea66c3971fdde.tar.gz wallabag-ae27d0ffca1c3a381226fed42adea66c3971fdde.tar.zst wallabag-ae27d0ffca1c3a381226fed42adea66c3971fdde.zip |
fix little problems and bring previous features to all themes
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 1a5cbe6c..b27dda6c 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -523,7 +523,7 @@ class Poche | |||
523 | $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' )); | 523 | $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' )); |
524 | $tpl_vars['page_links'] = $page_links; | 524 | $tpl_vars['page_links'] = $page_links; |
525 | $tpl_vars['nb_results'] = $count; | 525 | $tpl_vars['nb_results'] = $count; |
526 | $tpl_vars['search_term'] = $search; | 526 | $tpl_vars['searchterm'] = $search; |
527 | } | 527 | } |
528 | break; | 528 | break; |
529 | case 'view': | 529 | case 'view': |