aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-27 20:58:13 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-27 20:58:13 +0100
commitb40cd4e73f3befb00d0798cf0960557479f99b17 (patch)
tree513488c70cd1780d9a7432bbfbb2b9df10efe69a /inc/poche
parent24479b479d6a9fc406c92def1f7609fbfa142bcd (diff)
parent1b6e21d7a657c87a48efe02a1191d06682c64829 (diff)
downloadwallabag-b40cd4e73f3befb00d0798cf0960557479f99b17.tar.gz
wallabag-b40cd4e73f3befb00d0798cf0960557479f99b17.tar.zst
wallabag-b40cd4e73f3befb00d0798cf0960557479f99b17.zip
Merge pull request #889 from wallabag/fix#871
Fix#871
Diffstat (limited to 'inc/poche')
-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':