summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/get.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-09-21 08:24:52 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-09-21 08:24:52 +0000
commit70cd2ec5797dd17d75865b171a34b5a952c1e69b (patch)
treef97f51c45f02205b1d4aff07c92a391941f6cb41 /roundcubemail/program/steps/mail/get.inc
parenta1ab938d240972ba3e22371569c62a460d1ca2ab (diff)
- Don't create a new rcube_browser object, use browser property from output object
git-svn-id: https://svn.roundcube.net/trunk@3980 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/get.inc')
-rw-r--r--roundcubemail/program/steps/mail/get.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc
index 5e4414059..07af7559d 100644
--- a/roundcubemail/program/steps/mail/get.inc
+++ b/roundcubemail/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']) {