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;
|
||||
}
|
||||
|
||||
OperationResult result;
|
||||
OperationResult result(TRI_ERROR_NO_ERROR);
|
||||
if (isPatch) {
|
||||
// patching an existing document
|
||||
bool found;
|
||||
|
|
Loading…
Reference in New Issue