From c1af853027fa8ebd54e17e7e9a82d43b5b042f81 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 24 Aug 2023 14:07:42 +0700 Subject: [PATCH] Update change_torrent.php --- library/ajax/change_torrent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ajax/change_torrent.php b/library/ajax/change_torrent.php index a5121999..28f39ce9 100644 --- a/library/ajax/change_torrent.php +++ b/library/ajax/change_torrent.php @@ -10,7 +10,7 @@ if (!isset($this->request['attach_id'])) } if (!isset($this->request['type'])) { - $this->ajax_die('type'); + $this->ajax_die('empty type'); } $attach_id = (int) $this->request['attach_id']; $type = (string) $this->request['type'];