Browse Source

Also update torrent details

pjc 5 years ago
parent
commit
b95e6b0524
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/torrents/details.php

+ 1
- 1
sections/torrents/details.php View File

@@ -471,7 +471,7 @@ foreach ($TorrentList as $Torrent) {
471 471
     }
472 472
   }
473 473
   if ($Archive) {
474
-    $ExtraInfo .= $AddExtra.display_str('Archived ('.$Archive.')'); $AddExtra=' / ';
474
+    $ExtraInfo .= $AddExtra.display_str($Archive); $AddExtra=' / ';
475 475
   }
476 476
   if (!$ExtraInfo || $GroupCategoryID == 5) {
477 477
     $ExtraInfo = $GroupName; $AddExtra=' / ';

Loading…
Cancel
Save