CB-6781: Continue previous commit with one new instance (This closes #30)

This commit is contained in:
Ian Clelland
2014-06-11 16:34:35 -04:00
parent 46f9c1d458
commit 32106e7a3f
+1 -1
View File
@@ -829,7 +829,7 @@ public class FileTransfer extends CordovaPlugin {
if (fileEntry != null) {
result = new PluginResult(PluginResult.Status.OK, fileEntry);
} else {
JSONObject error = createFileTransferError(CONNECTION_ERR, source, target, connection);
JSONObject error = createFileTransferError(CONNECTION_ERR, source, target, connection, null);
Log.e(LOG_TAG, "File plugin cannot represent download path");
result = new PluginResult(PluginResult.Status.IO_EXCEPTION, error);
}