summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-21 07:41:06 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-21 07:41:06 +0000
commitc7219c680446e7843eaecae11b7302ff33ed61a5 (patch)
tree93b5946a2158f3c352297c85d2b0e8c08731c4b1
parent7455cf59c6f525507a7b503269b760e6937b9cef (diff)
-fixed link (#1485077)
git-svn-id: https://svn.roundcube.net/trunk@1411 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index deb7b2f6f..e59d7e499 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/program/steps/mail/func.inc
@@ -1248,7 +1248,7 @@ function rcmail_message_part_controls()
if (!empty($part->filename)) {
$table->add('title', Q(rcube_label('filename')));
$table->add(null, Q($part->filename));
- $table->add(null, '[' . html::a(str_replace('_frame=', '_download=', $_SERVER['QUERY_STRING']), Q(rcube_label('download'))) . ']');
+ $table->add(null, '[' . html::a('?'.str_replace('_frame=', '_download=', $_SERVER['QUERY_STRING']), Q(rcube_label('download'))) . ']');
}
if (!empty($part->size)) {