Browse Source

Thumbnail image previews in request table

spaghetti 7 years ago
parent
commit
aa734f7f26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/torrents/user.php

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

@@ -509,7 +509,7 @@ foreach ($Categories as $CatKey => $CatName) {
509 509
     $DisplayName = Artists::display_artists($Artists);
510 510
     $DisplayName .= '<a href="torrents.php?id='.$GroupID.'&amp;torrentid='.$TorrentID.'" ';
511 511
     if (!isset($LoggedUser['CoverArt']) || $LoggedUser['CoverArt']) {
512
-      $DisplayName .= 'onmouseover="getCover(event)" data-cover="'.ImageTools::process($WikiImage).'" onmouseleave="ungetCover()" ';
512
+      $DisplayName .= 'onmouseover="getCover(event)" data-cover="'.ImageTools::process($WikiImage, true).'" onmouseleave="ungetCover()" ';
513 513
     }
514 514
     $GroupName = empty($GroupName) ? (empty($GroupNameRJ) ? $GroupNameJP : $GroupNameRJ) : $GroupName;
515 515
     $DisplayName .= 'dir="ltr">'.$GroupName.'</a>';

Loading…
Cancel
Save