diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-02 18:29:05 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-02 18:29:05 +0000 |
commit | 87e2e62c34da983258944db361d9a9b9785737e6 (patch) | |
tree | 8492cd4e7af7af580133d0b7f1a0c5d0eae744d2 /phpBB/includes/functions_posting.php | |
parent | 9e3ae3237cb96cf8451516d1b0362437aa27ff6c (diff) | |
download | forums-87e2e62c34da983258944db361d9a9b9785737e6.tar forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.gz forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.bz2 forums-87e2e62c34da983258944db361d9a9b9785737e6.tar.xz forums-87e2e62c34da983258944db361d9a9b9785737e6.zip |
#i8
git-svn-id: file:///svn/phpbb/trunk@8119 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index a3030029c5..23886e390c 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -769,7 +769,7 @@ function posting_gen_attachment_entry($attachment_data, &$filename_data) $hidden .= '<input type="hidden" name="attachment_data[' . $count . '][' . $key . ']" value="' . $value . '" />'; } - $download_link = append_sid("{$phpbb_root_path}download.$phpEx", 'mode=view&id=' . (int) $attach_row['attach_id'], true, ($attach_row['is_orphan']) ? $user->session_id : false); + $download_link = append_sid("{$phpbb_root_path}download/file.$phpEx", 'mode=view&id=' . (int) $attach_row['attach_id'], true, ($attach_row['is_orphan']) ? $user->session_id : false); $template->assign_block_vars('attach_row', array( 'FILENAME' => basename($attach_row['real_filename']), |