]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
translation fix finished for #871 and bring add tag from search feature to all themes
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 8cebafa31af026de49c59c3db8ccf6954bc4419f..ecb2a51f8ea360df44a117241e7e25486a6871b1 100755 (executable)
@@ -388,7 +388,7 @@ class Poche
                             $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' ));
                    $tpl_vars['page_links'] = $page_links;
                    $tpl_vars['nb_results'] = $count;
-                   $tpl_vars['search_term'] = $search;
+                   $tpl_vars['searchterm'] = $search;
                 }
                 break;
             case 'view':