summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-03-05 16:50:13 +0100
committerAleksander Machniak <alec@alec.pl>2013-03-05 16:50:13 +0100
commitcbe07532fa4ed3794c872e348be0098575047927 (patch)
tree841ff1c43e3403d5865df65a52a9b1413886d65a
parent139635f18985d568ad76b9f101c19542eaee2349 (diff)
Fix so full filename is used for title attribute
-rw-r--r--program/steps/mail/show.inc2
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 = '';