diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-05 16:50:13 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-05 16:50:13 +0100 |
commit | cbe07532fa4ed3794c872e348be0098575047927 (patch) | |
tree | 841ff1c43e3403d5865df65a52a9b1413886d65a /program/steps/mail/show.inc | |
parent | 139635f18985d568ad76b9f101c19542eaee2349 (diff) |
Fix so full filename is used for title attribute
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 3495df9c0..437dbaafa 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -158,8 +158,8 @@ function rcmail_message_attachments($attrib) } else { if (mb_strlen($filename) > 50) { + $title = $filename; $filename = abbreviate_string($filename, 50); - $title = $filename; } else { $title = ''; |