diff options
Diffstat (limited to 'program/steps/mail/get.inc')
-rw-r--r-- | program/steps/mail/get.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index 5e4414059..07af7559d 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -79,7 +79,7 @@ else if ($pid = get_input_value('_part', RCUBE_INPUT_GET)) { $ctype_secondary = strtolower($part->ctype_secondary); $mimetype = sprintf('%s/%s', $ctype_primary, $ctype_secondary); - $browser = new rcube_browser; + $browser = $RCMAIL->output->browser; // send download headers if ($_GET['_download']) { |