BUGFIX: fixed file uploading not uploading any files at all

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@100854 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2010-03-11 02:31:09 +00:00 committed by Sam Minnee
parent bc0934ae10
commit b033c1839c

View File

@ -180,7 +180,6 @@ JS
$processedFiles[$key][$param] = $value;
}
}
array_shift($processedFiles);
// Load POST data from arrays in to the correct dohickey.
$processedData = array();