Fix: Error when deleting categories

This commit is contained in:
Laurent Destailleur 2008-07-16 16:27:26 +00:00
parent cbe26796c0
commit 92f5244673

View File

@ -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.'<br>';