aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-10-27 15:12:46 +0100
committertcit <tcit@tcit.fr>2014-10-27 15:12:46 +0100
commit1b6e21d7a657c87a48efe02a1191d06682c64829 (patch)
treee4f53e87096151584a0ffd22b844a5e4be028fd1 /inc
parent7ee1972599f52924151794fe6c933ce69297f7f3 (diff)
downloadwallabag-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')
-rwxr-xr-xinc/poche/Poche.class.php2
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':