|
@@ -1,7 +1,7 @@
|
1
|
1
|
<?
|
2
|
2
|
//**********************************************************************//
|
3
|
3
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Edit form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
|
4
|
|
-// This page relies on the TORRENT_FORM class. All it does is call //
|
|
4
|
+// This page relies on the TorrentForm class. All it does is call //
|
5
|
5
|
// the necessary functions. //
|
6
|
6
|
//----------------------------------------------------------------------//
|
7
|
7
|
// At the bottom, there are grouping functions which are off limits to //
|
|
@@ -67,7 +67,7 @@ if (($LoggedUser['ID'] != $Properties['UserID'] && !check_perms('torrents_edit')
|
67
|
67
|
|
68
|
68
|
View::show_header('Edit torrent', 'upload,torrent');
|
69
|
69
|
|
70
|
|
-$TorrentForm = new TORRENT_FORM($Properties, $Err, false);
|
|
70
|
+$TorrentForm = new TorrentForm($Properties, $Err, false);
|
71
|
71
|
|
72
|
72
|
$TorrentForm->upload_form();
|
73
|
73
|
|