Fix: Message erreur non retourn

This commit is contained in:
Laurent Destailleur 2006-05-09 19:01:52 +00:00
parent 0577253139
commit d59da33ed9

View File

@ -141,7 +141,7 @@ if ($_POST["action"] == 'update' &&
{
$_GET["action"] = 're-edit';
$_GET["id"] = $_POST["id"];
$mesg = $product->mesg_error;
$mesg = $product->error;
}
}
else