This commit is contained in:
Kovid Goyal 2011-03-08 12:15:34 -07:00
parent 2c20826122
commit 25b9d4c118

View File

@ -798,8 +798,8 @@ class ResultCache(SearchQueryParser): # {{{
# Set the values in the cache # Set the values in the cache
marked_col = self.FIELD_MAP['marked'] marked_col = self.FIELD_MAP['marked']
for id_ in self.iterallids(): for r in self.iterall():
self._data[id_][marked_col] = None r[marked_col] = None
for id_, val in self.marked_ids_dict.iteritems(): for id_, val in self.marked_ids_dict.iteritems():
try: try: