|
@@ -37,7 +37,7 @@ if (time_ago($Time) > 3600 * 24 * 7 && !check_perms('torrents_delete')) {
|
37
|
37
|
}
|
38
|
38
|
|
39
|
39
|
if ($Snatches > 4 && !check_perms('torrents_delete')) {
|
40
|
|
- error('Torrent cannot be deleted because it has been snatched by more than 4 people. If you think there is as problem, contact staff.');
|
|
40
|
+ error('Torrent cannot be deleted because it has been snatched by more than 4 people. If you think there is a problem, contact staff.');
|
41
|
41
|
}
|
42
|
42
|
|
43
|
43
|
if ($ArtistName) {
|