Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Nov 14, 2012
1 parent dbb432d commit ec72102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chttpd_view.erl
Expand Up @@ -101,7 +101,7 @@ extract_view_type(ViewName, [View|Rest], IsReduce) ->


handle_view_req(#httpd{method='GET', handle_view_req(#httpd{method='GET',
path_parts=[_, _, _, _, ViewName]}=Req, Db, DDoc) -> path_parts=[_, _, _, _, ViewName]}=Req, Db, DDoc) ->
Keys = couch_httpd:qs_json_value(Req, "keys", nil), Keys = chttpd:qs_json_value(Req, "keys", nil),
design_doc_view(Req, Db, DDoc, ViewName, Keys); design_doc_view(Req, Db, DDoc, ViewName, Keys);


handle_view_req(#httpd{method='POST', handle_view_req(#httpd{method='POST',
Expand Down

0 comments on commit ec72102

Please sign in to comment.