Updated Branches:
  refs/heads/master 49d6f8215 -> 95cfc5121

Fixed FileTransfer upload params


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/95cfc512
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/95cfc512
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/95cfc512

Branch: refs/heads/master
Commit: 95cfc5121120840764537a069b8f93851e2b7aab
Parents: 49d6f82
Author: Eric Schultz <e...@dsscreative.com>
Authored: Sat Jul 7 04:11:57 2012 -0500
Committer: Eric Schultz <e...@dsscreative.com>
Committed: Sat Jul 7 04:11:57 2012 -0500

----------------------------------------------------------------------
 CordovaLib/Classes/CDVFileTransfer.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/95cfc512/CordovaLib/Classes/CDVFileTransfer.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVFileTransfer.m 
b/CordovaLib/Classes/CDVFileTransfer.m
index e2fbdc8..96c6d84 100644
--- a/CordovaLib/Classes/CDVFileTransfer.m
+++ b/CordovaLib/Classes/CDVFileTransfer.m
@@ -154,7 +154,7 @@
     }
     
        NSMutableData *postBody = [NSMutableData data];
-       
+       enumerator = [params keyEnumerator];
        id key;
        
        while ((key = [enumerator nextObject])) {

Reply via email to