diff options
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index dd92e66..e1cfbce 100644 --- a/public/index.php +++ b/public/index.php @@ -165,7 +165,7 @@ if (FILE_CATALOG_FANCY_VIEW && $file_id) { $file['html_description'] .= " - {$file['views']} views"; } if (isset($file['uploaded_at'])) { - $file['html_description'] .= ' - Uploaded ' . format_timestamp(strtotime($file['uploaded_at'])) . ' ago'; + $file['html_description'] .= ' - Uploaded ' . format_timestamp($file['uploaded_at']) . ' ago'; } if (isset($file['resolution'])) { $file['html_description'] .= " - {$file['resolution']}"; |
