Update card.php

This commit is contained in:
Frédéric FRANCE 2019-10-13 06:08:32 +02:00 committed by GitHub
parent 2d3a6d2108
commit f6a2fd6eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,7 @@ if (empty($reshook)) {
$object = new User($db);
$object->fetch($id);
$object->oldcopy = clone $object;
$result = $object->delete($user);
if ($result < 0) {