Fix: affichait un message d'erreur lors d'une cration de produit

This commit is contained in:
Regis Houssin 2006-12-19 10:39:27 +00:00
parent b9d04c435b
commit 66ce318ee7

View File

@ -867,7 +867,7 @@ if ($_GET["id"] || $_GET["ref"])
}
}
}
else
else if (!$_GET["action"] == 'create')
{
Header("Location: index.php");
exit;