1
0
Fork 0

fixed keepNull in cluster

This commit is contained in:
Jan Steemann 2014-06-03 10:13:19 +02:00
parent 12b8e1c239
commit 07e2fce6b8
1 changed files with 1 additions and 1 deletions

View File

@ -2685,7 +2685,7 @@ static v8::Handle<v8::Value> UpdateVocbaseCol (bool useCollection,
policy,
options.waitForSync,
true, // isPatch
! options.keepNull,
options.keepNull,
argv));
}
#endif