From 59777ba68ad2bb54bcb3d6dca6d1d78cdbb9987f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B8nstantine=20Kovalensky?=
<45331093+kovalensky@users.noreply.github.com>
Date: Fri, 8 Dec 2023 23:27:10 +0400
Subject: [PATCH] Update file_list_v2.php (#1197)
---
library/includes/file_list_v2.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/library/includes/file_list_v2.php b/library/includes/file_list_v2.php
index 41da474cf..4e7f9f5c1 100644
--- a/library/includes/file_list_v2.php
+++ b/library/includes/file_list_v2.php
@@ -66,7 +66,7 @@ $data = [
'client' => isset($torrent['created by']) ? htmlCHR(substr($torrent['created by'], 0, 20)) : 'unknown client',
'date' => (isset($torrent['creation date']) && is_numeric($torrent['creation date'])) ? delta_time($torrent['creation date']) : 'unknown',
'size' => humn_size($row['size']),
- 'site_url' => TOPIC_URL . $topic_id,
+ 'topic_url' => TOPIC_URL . $topic_id,
];
header('Cache-Control: public, max-age=3600');
@@ -79,7 +79,7 @@ echo <<