From ecffa15fa5034c3cc4dac5c8ac762dd52f89eb96 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 16 Jun 2007 18:17:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20erreur=20=E0=20la=20suppression=20d'une?= =?UTF-8?q?=20cat=E9gorie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/categories/viewcat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 36b16fc90f5..eb0eb41cd8f 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -20,7 +20,7 @@ /** \file htdocs/categories/viewcat.php - \ingroup categories + \ingroup category \brief Page de visualisation de categorie produit \version $Revision$ */ @@ -55,7 +55,7 @@ if ($user->rights->categorie->supprimer && $_POST["action"] == 'confirm_delete' { if ($c->remove() >= 0) { - header("Location: ".DOL_URL_ROOT.'/categories/index.php'); + header("Location: ".DOL_URL_ROOT.'/categories/index.php?type=0'); exit; } else