diff --git a/include/items.php b/include/items.php index 9922c447f..08858682e 100644 --- a/include/items.php +++ b/include/items.php @@ -371,7 +371,7 @@ function drop_item($id) if ((local_user() == $item['uid']) || $contact_id) { // Check if we should do HTML-based delete confirmation - if ($_REQUEST['confirm']) { + if (!empty($_REQUEST['confirm'])) { //