From a9d458c5b4e842170905ec8cfd229de227276c91 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 29 Jun 2003 13:22:36 +0000 Subject: [PATCH] bugfix --- htdocs/comm/action/fiche.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php3 b/htdocs/comm/action/fiche.php3 index 5b0ee89da31..1bde6ac8a73 100644 --- a/htdocs/comm/action/fiche.php3 +++ b/htdocs/comm/action/fiche.php3 @@ -115,7 +115,7 @@ if ($action=='add_action') } } - Header("Location: ../comm/fiche.php3?socid=$socid"); + Header("Location: ".DOL_URL_ROOT."/comm/fiche.php3?socid=$socid"); } /******************************************************************************/