From 8aa528b6f7ddd00d6ee42c827f2222596a77bb5f Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Wed, 24 Oct 2012 12:03:47 -0400 Subject: [PATCH] Add a composer.json file. Add all dependencies. --- program/steps/mail/viewsource.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/viewsource.inc b/program/steps/mail/viewsource.inc index 59ccb38..c560d7d 100644 --- a/program/steps/mail/viewsource.inc +++ b/program/steps/mail/viewsource.inc @@ -44,7 +44,7 @@ header("Content-Disposition: attachment; filename=\"$filename\""); } - $RCMAIL->storage->print_raw_body($uid); + $RCMAIL->storage->print_raw_body($uid, empty($_GET['_save'])); } else { -- Gitblit v1.9.1