Remove cruft from upload response

release-0.6
thomascube 17 years ago
parent 7e9cecda98
commit 7ffc08ce87

@ -20,10 +20,9 @@
*/ */
if (!$_SESSION['compose']) if (!$_SESSION['compose']) {
{ die("Invalid session var!");
exit; }
}
// use common temp dir for file uploads // use common temp dir for file uploads
@ -34,7 +33,8 @@ if (!is_array($_SESSION['compose']['attachments']))
$_SESSION['compose']['attachments'] = array(); $_SESSION['compose']['attachments'] = array();
$response = ''; // clear all stored output properties (like scripts and env vars)
$OUTPUT->reset();
if (is_array($_FILES['_attachments']['tmp_name'])) if (is_array($_FILES['_attachments']['tmp_name']))
{ {

Loading…
Cancel
Save