1
0
Fork 0

Fixed usage of old constructor

This commit is contained in:
Michael Hackstein 2016-02-18 16:44:08 +01:00
parent 344a64f5d0
commit 7f2e01a180
1 changed files with 1 additions and 1 deletions

View File

@ -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;