diff options
author | tcit <tcit@tcit.fr> | 2014-10-27 15:12:46 +0100 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-10-27 15:12:46 +0100 |
commit | 1b6e21d7a657c87a48efe02a1191d06682c64829 (patch) | |
tree | e4f53e87096151584a0ffd22b844a5e4be028fd1 /inc/poche | |
parent | 7ee1972599f52924151794fe6c933ce69297f7f3 (diff) | |
download | wallabag-1b6e21d7a657c87a48efe02a1191d06682c64829.tar.gz wallabag-1b6e21d7a657c87a48efe02a1191d06682c64829.tar.zst wallabag-1b6e21d7a657c87a48efe02a1191d06682c64829.zip |
translation fix finished for #871 and bring add tag from search feature 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 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': |