]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
fix little problems and bring previous features to all themes
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 1a5cbe6cc9231b635113adf668cf9f9e341a0888..b27dda6c220fb949670b306e3fc1288f17ed7b97 100755 (executable)
@@ -523,7 +523,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':