Browse Source

Quick typo fix on upload form

BioTorrents.de Staff 5 years ago
parent
commit
f948891a9e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/torrent_form.class.php

+ 1
- 1
classes/torrent_form.class.php View File

@@ -9,7 +9,7 @@ class TorrentForm {
9 9
   var $Formats = [];
10 10
   var $Bitrates = [];
11 11
   var $Media = [];
12
-  var $MediaManaga = [];
12
+  var $MediaManga = [];
13 13
   var $Containers = [];
14 14
   var $ContainersGames = [];
15 15
   var $Codecs = [];

Loading…
Cancel
Save