summaryrefslogtreecommitdiff
path: root/src/fabric_view_reduce.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric_view_reduce.erl')
-rw-r--r--src/fabric_view_reduce.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fabric_view_reduce.erl b/src/fabric_view_reduce.erl
index 0e52ec84..af92f98e 100644
--- a/src/fabric_view_reduce.erl
+++ b/src/fabric_view_reduce.erl
@@ -4,7 +4,7 @@
-include("fabric.hrl").
-go(DbName, {GroupId, VName}, Args, Callback, Acc0) ->
+go(DbName, GroupId, VName, Args, Callback, Acc0) ->
{ok, DDoc} = fabric:open_doc(DbName, <<"_design/", GroupId/binary>>, []),
#group{def_lang=Lang, views=Views} = Group =
couch_view_group:design_doc_to_view_group(#db{name=DbName}, DDoc),