summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/matcher/expression_where.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/expression_where.cpp b/src/mongo/db/matcher/expression_where.cpp
index adbfe6172d2..804ae7dc687 100644
--- a/src/mongo/db/matcher/expression_where.cpp
+++ b/src/mongo/db/matcher/expression_where.cpp
@@ -131,7 +131,7 @@ namespace mongo {
}
bool WhereMatchExpression::matches( const MatchableDocument* doc, MatchDetails* details ) const {
- uassert(28689, "$where compile error", _func);
+ uassert(28692, "$where compile error", _func);
BSONObj obj = doc->toBSON();
if ( ! _userScope.isEmpty() ) {