Skip to content

Commit

Permalink
Item9750: need to examine the use of this one
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MongoDBPlugin@10239 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 9, 2010
1 parent 48140f2 commit bf8b012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/MongoDBPlugin.pm
Expand Up @@ -154,6 +154,7 @@ sub _updateTopic {

foreach my $key ( keys(%$savedMeta) ) {
next if ( $key eq '_session' );
#not totally sure if there's a benefit to using / not the _indices
next if ( $key eq '_indices' );

#TODO: as of Oct 2010, mongodb can't sort on an element in an array, so we de-array the ARRAYs.
Expand Down

0 comments on commit bf8b012

Please sign in to comment.