diff options
author | alecpl <alec@alec.pl> | 2008-05-21 07:41:06 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-21 07:41:06 +0000 |
commit | 8dc0488b9eef4cc08db921c1e103363c9764e33d (patch) | |
tree | 7de1d0257fc3007004830590439646f0a10ea650 /program/steps/mail | |
parent | 2a9cb300143e41dd3189007a37f244ca96d8eb0d (diff) |
-fixed link (#1485077)
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index deb7b2f6f..e59d7e499 100644 --- a/program/steps/mail/func.inc +++ b/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)) { |