aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
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 1a5cbe6c..b27dda6c 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -523,7 +523,7 @@ class Poche
523 $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' )); 523 $this->pagination->page_links('?view=' . $view . '?search=' . $search . '&sort=' . $_SESSION['sort'] . '&' ));
524 $tpl_vars['page_links'] = $page_links; 524 $tpl_vars['page_links'] = $page_links;
525 $tpl_vars['nb_results'] = $count; 525 $tpl_vars['nb_results'] = $count;
526 $tpl_vars['search_term'] = $search; 526 $tpl_vars['searchterm'] = $search;
527 } 527 }
528 break; 528 break;
529 case 'view': 529 case 'view':