]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
Merge pull request #958 from etiess/patch-2
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 8cebafa31af026de49c59c3db8ccf6954bc4419f..27d6f4a65e1ca22079a700d8dc2cfcdde851e582 100755 (executable)
@@ -314,6 +314,8 @@ class Poche
 
         switch ($view)
         {
+            case 'about':
+                break;
             case 'config':
                 $dev_infos = $this->_getPocheVersion('dev');
                 $dev = trim($dev_infos[0]);
@@ -388,7 +390,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':
@@ -810,4 +812,4 @@ class Poche
     }
 
 
-}
+}
\ No newline at end of file