Skip to content

Commit a7f1316

Browse files
committed
This seems to have been left out with the efficiency updates.
1 parent cd2600a commit a7f1316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/utils/GUI.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public static function getFileNamesForDisplay( $transfer, $accountForDL = true,
476476
foreach(array_slice($transfer->files, 0, $maxfiles) as $file) {
477477
$name = $file->path;
478478

479-
$dlcount = $transfer->downloads;
479+
$dlcount = $transfer->download_count;
480480
if( !$accountForDL ) {
481481
// do not leak this info on some pages
482482
$dlcount = 0;

0 commit comments

Comments
 (0)