From 2b76b014b1b3fab344f5f286d1356bfaf109c9ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Oct 2011 09:47:35 +0100 Subject: [PATCH] Fix: Bad url --- htdocs/contact/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }