mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
bc0934ae10
commit
b033c1839c
@ -180,7 +180,6 @@ JS
|
|||||||
$processedFiles[$key][$param] = $value;
|
$processedFiles[$key][$param] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
array_shift($processedFiles);
|
|
||||||
|
|
||||||
// Load POST data from arrays in to the correct dohickey.
|
// Load POST data from arrays in to the correct dohickey.
|
||||||
$processedData = array();
|
$processedData = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user