From 70bc00b707248dd58512b5db8253309d6d522690 Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Tue, 2 Dec 2025 21:40:40 +0700 Subject: [PATCH] Fixed torrent list page display issues when users have edit permissions but no delete permissions --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index b6330460..c0a99def 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3828,7 +3828,7 @@ foreach ($rows as $row) if (user_can('torrentmanage')) { if (user_can('torrent-delete')) { - print("\"D\""); + print("\"D\""); } print("
\"E\"\n"); }