Fix: Message erreur non retourné
This commit is contained in:
parent
0577253139
commit
d59da33ed9
@ -141,7 +141,7 @@ if ($_POST["action"] == 'update' &&
|
|||||||
{
|
{
|
||||||
$_GET["action"] = 're-edit';
|
$_GET["action"] = 're-edit';
|
||||||
$_GET["id"] = $_POST["id"];
|
$_GET["id"] = $_POST["id"];
|
||||||
$mesg = $product->mesg_error;
|
$mesg = $product->error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user