Skip to content

Commit

Permalink
Merge pull request #136 from clochix/patch-1
Browse files Browse the repository at this point in the history
Fix signature of jsCardDAV_UserAddressBooks.createFile
  • Loading branch information
mikedeboer committed Oct 8, 2015
2 parents 508dbc8 + 685a29c commit fb29d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CardDAV/userAddressBooks.js
Expand Up @@ -92,7 +92,7 @@ var jsCardDAV_UserAddressBooks = module.exports = jsDAV_Collection.extend(jsDAV_
* @param resource data
* @return void
*/
createFile: function(filename, data, callback) {
createFile: function(filename, data, enc, callback) {
callback(new Exc.MethodNotAllowed("Creating new files in this collection is not supported"));
},

Expand Down

0 comments on commit fb29d50

Please sign in to comment.