From 88e0ca18abee7da8f968bbced620ec958069385c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 18 May 2007 15:51:44 +0000 Subject: [PATCH] those little things. ;) git-svn-id: file:///svn/phpbb/trunk@7633 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 7879495f6c..8120a852d0 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3009,7 +3009,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count, case ATTACHMENT_CATEGORY_THUMB: $l_downloaded_viewed = 'VIEWED_COUNT'; $thumbnail_link = append_sid("{$phpbb_root_path}download.$phpEx", 'id=' . $attachment['attach_id'] . '&t=1'); - $download_link = '&mode=view'; + $download_link .= '&mode=view'; $block_array += array( 'S_THUMBNAIL' => true,