Navigation Menu

Skip to content

Commit

Permalink
Fix broken response of IndexDocuments
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 557f3e8 commit f84cf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/2011-02-01/configuration.js
Expand Up @@ -343,7 +343,7 @@ function createFieldNames(domain) {
.text(fieldName);
fieldNames.importXMLBuilder(member);
});
return fieldNames;
return doc;
}

handlers.IndexDocuments = function(context, request, response, config) {
Expand Down

0 comments on commit f84cf67

Please sign in to comment.