Create card.php
This commit is contained in:
parent
039130c694
commit
b19e0e3cae
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user