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:51:05 +0100
commit0ae20f6b9c068407dd15ab63d8d8771f0ccbe066 (patch)
tree5252c59e40a85d79334c39e1e0e5d84c7fad54d1
parentdedf13879560006118864abd807e6165d7b62b3a (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 = '';