aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index 093e4b271..75b7cdaf2 100644
--- a/picture.php
+++ b/picture.php
@@ -677,7 +677,7 @@ SELECT *
foreach ($formats as &$format)
{
$format['download_url'] = 'action.php?format='.$format['format_id'];
- $format['download_url'].= '&download='.substr(md5(time()), 0, 6); // a random string to avoid browser cache
+ $format['download_url'].= '&download';
$format['label'] = strtoupper($format['ext']);
$lang_key = 'format '.strtoupper($format['ext']);