mirror of https://gitee.com/bigwinds/arangodb
Fixed usage of old constructor
This commit is contained in:
parent
344a64f5d0
commit
7f2e01a180
|
@ -579,7 +579,7 @@ bool RestDocumentHandler::modifyDocument(bool isPatch) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
OperationResult result;
|
OperationResult result(TRI_ERROR_NO_ERROR);
|
||||||
if (isPatch) {
|
if (isPatch) {
|
||||||
// patching an existing document
|
// patching an existing document
|
||||||
bool found;
|
bool found;
|
||||||
|
|
Loading…
Reference in New Issue