summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/add_fields_projection_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/add_fields_projection_executor.h')
-rw-r--r--src/mongo/db/exec/add_fields_projection_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/add_fields_projection_executor.h b/src/mongo/db/exec/add_fields_projection_executor.h
index eb1f414280c..00ba580c2c7 100644
--- a/src/mongo/db/exec/add_fields_projection_executor.h
+++ b/src/mongo/db/exec/add_fields_projection_executor.h
@@ -55,7 +55,7 @@ public:
{ProjectionPolicies::DefaultIdPolicy::kIncludeId,
ProjectionPolicies::ArrayRecursionPolicy::kRecurseNestedArrays,
ProjectionPolicies::ComputedFieldsPolicy::kAllowComputedFields}),
- _root(new InclusionNode(_policies, true)) {}
+ _root(new InclusionNode(_policies)) {}
/**
* Creates the data needed to perform an AddFields.