diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index f64dffdc148..5daadd88dde 100755 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -406,7 +406,7 @@ if ($result) print ''; - if ($num > $limit) print_barre_liste('', $page, "index.php", '&begin='.$begin.'&view='.$view.'&userid='.$_GET["userid"], $sortfield, $sortorder, '', $num, $nbtotalofrecords, ''); + if ($num > $limit) print_barre_liste('', $page, $_SERVER["PHP_SELF"], '&begin='.$begin.'&view='.$view.'&userid='.$_GET["userid"], $sortfield, $sortorder, '', $num, $nbtotalofrecords, ''); $db->free($result); }