From 9d4bef3598badcf3122576887e06d1d4ccdc805c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 18 Jul 2023 01:04:26 +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 a56090717..e7ad8edc0 100644 --- a/library/ajax/change_torrent.php +++ b/library/ajax/change_torrent.php @@ -17,7 +17,7 @@ if (!isset($this->request['attach_id'])) { $this->ajax_die($lang['EMPTY_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'];