summaryrefslogtreecommitdiff
path: root/src/couch/src/couch_partition.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/src/couch_partition.erl')
-rw-r--r--src/couch/src/couch_partition.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/src/couch_partition.erl b/src/couch/src/couch_partition.erl
index f2efcaa5e..cb78323c3 100644
--- a/src/couch/src/couch_partition.erl
+++ b/src/couch/src/couch_partition.erl
@@ -122,7 +122,7 @@ validate_docid(DocId) when is_binary(DocId) ->
throw({illegal_docid, <<"Doc id must be of form partition:id">>});
{Partition, PartitionedDocId} ->
validate_partition(Partition),
- couch_doc:validate_docid(PartitionedDocId)
+ fabric2_db:validate_docid(PartitionedDocId)
end.