From 92f524467322fc854d21d77ff5714008b074b6da Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Jul 2008 16:27:26 +0000 Subject: [PATCH] Fix: Error when deleting categories --- htdocs/categories/viewcat.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 1f8727c4c5f..63b78778dd7 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -72,8 +72,11 @@ if ($user->rights->categorie->supprimer && $_POST["action"] == 'confirm_delete' * View */ +$html = new Form($db); + llxHeader ("","",$langs->trans("Categories")); + if ($mesg) print $mesg.'
';