|
|
@@ -20,6 +20,7 @@ $Validate = new VALIDATE;
|
|
20
|
20
|
//******************************************************************************//
|
|
21
|
21
|
|
|
22
|
22
|
$Properties=array();
|
|
|
23
|
+$_POST['type'] = $_POST['type'] + 1;
|
|
23
|
24
|
$TypeID = (int)$_POST['type'];
|
|
24
|
25
|
$Type = $Categories[$TypeID-1];
|
|
25
|
26
|
$TorrentID = (int)$_POST['torrentid'];
|