Browse Source

Merge branch 'master' of erio/Gazelle into master

spaghetti 7 years ago
parent
commit
f0ce85593a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/index/private.php

+ 1
- 1
sections/index/private.php View File

@@ -153,7 +153,7 @@ if (count($Freeleeches)) {
153 153
     $DisplayTime = '('.str_replace(['week','day','hour','min','Just now','s',' '],['w','d','h','m','0m'],time_diff($ExpiryTime, 1, false)).') ';
154 154
     $DisplayName = '<a href="torrents.php?torrentid='.$ID.'"';
155 155
     if (!isset($LoggedUser['CoverArt']) || $LoggedUser['CoverArt']) {
156
-      $DisplayName .= " onmouseover=\"getCover(event)\" data-cover=\"".ImageTools::process($Image)."\" onmouseleave=\"ungetCover(event)\"";
156
+      $DisplayName .= " onmouseover=\"getCover(event)\" data-cover=\"".ImageTools::process($Image, true)."\" onmouseleave=\"ungetCover(event)\"";
157 157
     }
158 158
     $DisplayName .= '>'.$Name.'</a>';
159 159
 ?>

Loading…
Cancel
Save