mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update change_torrent.php
This commit is contained in:
parent
da1665e6c6
commit
c1af853027
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user