update array

This commit is contained in:
Willy Aguirre
2014-11-26 11:44:19 -05:00
parent 6fee835928
commit 27c01daf00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = {
upload: function(successCallback, errorCallback, args) {
var filePath = args[0],
server = args[1],
fileKey = args[9],
fileKey = args[2],
fileName = args[3],
mimeType = args[4],
params = args[5],