diff options
Diffstat (limited to 'apps/chttpd/src/chttpd_show.erl')
-rw-r--r-- | apps/chttpd/src/chttpd_show.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/chttpd/src/chttpd_show.erl b/apps/chttpd/src/chttpd_show.erl index fba7f040..0aba2835 100644 --- a/apps/chttpd/src/chttpd_show.erl +++ b/apps/chttpd/src/chttpd_show.erl @@ -183,7 +183,7 @@ handle_view_list_req(Req, _Db, _DDoc) -> handle_view_list(Req, Db, DDoc, LName, {ViewDesignName, ViewName}, Keys) -> {ok, VDoc} = fabric:open_doc(Db, <<"_design/", ViewDesignName/binary>>, []), - Group = couch_view_group:design_doc_to_view_group(Db, VDoc), + Group = couch_view_group:design_doc_to_view_group(VDoc), IsReduce = chttpd_view:get_reduce_type(Req), ViewType = chttpd_view:extract_view_type(ViewName, Group#group.views, IsReduce), |