summaryrefslogtreecommitdiff
path: root/src/chttpd_show.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/chttpd_show.erl')
-rw-r--r--src/chttpd_show.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_show.erl b/src/chttpd_show.erl
index 9d67774a..fba7f040 100644
--- a/src/chttpd_show.erl
+++ b/src/chttpd_show.erl
@@ -199,7 +199,7 @@ handle_view_list(Req, Db, DDoc, LName, {ViewDesignName, ViewName}, Keys) ->
db = Db,
etag = Etag
},
- fabric:query_view(Db, VDoc, ViewName, QueryArgs, CB, Acc0)
+ fabric:query_view(Db, VDoc, ViewName, CB, Acc0, QueryArgs)
end)
end).