mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Possible Fix #135 . PHP error notice during character soft deletion.
This commit is contained in:
parent
0f0d87a0a0
commit
5e21a2b8a9
@ -213,6 +213,7 @@ if (!empty($_POST['selected_comment'])) {
|
||||
user_delete_character(user_character_id($delete['character_name']));
|
||||
mysql_update('UPDATE `znote_deleted_characters` SET `done` = 1');
|
||||
echo '<b>Character ' . $delete['character_name'] . ' has been deleted</b>. This operation was requested by owner of this account.';
|
||||
$char_count--;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user