aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-18 15:51:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-18 15:51:44 +0000
commit88e0ca18abee7da8f968bbced620ec958069385c (patch)
tree8580407ce239b5777ea35e9ce5f210e1ce178c33 /phpBB/includes/functions.php
parentf274c822bac869caa83b2eb1de17a12e2cc604a4 (diff)
downloadforums-88e0ca18abee7da8f968bbced620ec958069385c.tar
forums-88e0ca18abee7da8f968bbced620ec958069385c.tar.gz
forums-88e0ca18abee7da8f968bbced620ec958069385c.tar.bz2
forums-88e0ca18abee7da8f968bbced620ec958069385c.tar.xz
forums-88e0ca18abee7da8f968bbced620ec958069385c.zip
those little things. ;)
git-svn-id: file:///svn/phpbb/trunk@7633 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
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'] . '&amp;t=1');
- $download_link = '&amp;mode=view';
+ $download_link .= '&amp;mode=view';
$block_array += array(
'S_THUMBNAIL' => true,