From 2980827925746b32d267abe6875fe4e771b68cf7 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Dec 2024 07:55:08 +0000 Subject: fix another possible loop --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/items.php b/include/items.php index 00c04700e..965c816c4 100644 --- a/include/items.php +++ b/include/items.php @@ -3922,7 +3922,7 @@ function drop_item($id, $stage = DROPITEM_NORMAL, $force = false, $uid = 0, $obs $ok_to_delete = true; } - // remote delete when nobody is authenticated (called from Libzot) + // remote delete when nobody is authenticated (called from Libzot and Daemons) if ($uid && intval($uid) === intval($item['uid'])) { $ok_to_delete = true; } -- cgit v1.2.3