diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-13 09:05:18 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-13 09:05:18 +0200 |
commit | cb29c97bf6cb5bbe79b17e7524a6042000f1a101 (patch) | |
tree | 6f590668ca6074ac7f85172d46faaf2e3dc7d857 /program/steps/mail/func.inc | |
parent | 47fccf4fa667bb9caac0ee093df0fa8375b0db82 (diff) |
Fix lack of translation of special folders in some configurations (#1489799)
Diffstat (limited to 'program/steps/mail/func.inc')
-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 c123fe84a..027b2c142 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -146,7 +146,7 @@ if (empty($RCMAIL->action) || $RCMAIL->action == 'list') { 'copy', 'move', 'quota', 'replyall', 'replylist'); } - $pagetitle = $RCMAIL->localize_foldername($RCMAIL->storage->mod_folder($mbox_name), true); + $pagetitle = $RCMAIL->localize_foldername($mbox_name, true); $pagetitle = str_replace($delimiter, " \xC2\xBB ", $pagetitle); $OUTPUT->set_pagetitle($pagetitle); |