Create card.php

This commit is contained in:
Laurent Destailleur 2017-06-11 00:31:58 +02:00 committed by GitHub
parent 039130c694
commit b19e0e3cae

View File

@ -218,7 +218,7 @@ if (empty($reshook))
{
$object->fetch($id);
$object->fetch_thirdparty();
$result=$object->delete($user, $id);
$result=$object->delete($user);
if ($result > 0)
{
header('Location: list.php');